Add some missing docblocks.
This commit is contained in:
@@ -19,6 +19,10 @@
|
|||||||
|
|
||||||
// Change for phpMyAdmin by lem9:
|
// Change for phpMyAdmin by lem9:
|
||||||
//class Horde_Cipher_blowfish extends Horde_Cipher {
|
//class Horde_Cipher_blowfish extends Horde_Cipher {
|
||||||
|
/**
|
||||||
|
* Horde Blowfish cipher class.
|
||||||
|
* @package horde.cipher
|
||||||
|
*/
|
||||||
class Horde_Cipher_blowfish
|
class Horde_Cipher_blowfish
|
||||||
{
|
{
|
||||||
/* Pi Array */
|
/* Pi Array */
|
||||||
|
@@ -1,11 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/**
|
||||||
|
* Config file management and generation
|
||||||
|
*
|
||||||
|
* @author Piotr Przybylski <piotrprz@gmail.com>
|
||||||
|
* @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
|
||||||
|
* @version $Id$
|
||||||
|
* @package phpMyAdmin-setup
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Config file management and generation class
|
* Config file management and generation class
|
||||||
*
|
*
|
||||||
* @package phpMyAdmin-setup
|
* @package phpMyAdmin-setup
|
||||||
* @author Piotr Przybylski <piotrprz@gmail.com>
|
|
||||||
* @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
|
|
||||||
* @version $Id$
|
|
||||||
*/
|
*/
|
||||||
class ConfigFile
|
class ConfigFile
|
||||||
{
|
{
|
||||||
|
@@ -1,13 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Base class for forms, loads default configuration options, checks allowed
|
* Form handling code.
|
||||||
* values etc.
|
|
||||||
*
|
*
|
||||||
* @package phpMyAdmin-setup
|
* @package phpMyAdmin-setup
|
||||||
* @author Piotr Przybylski <piotrprz@gmail.com>
|
* @author Piotr Przybylski <piotrprz@gmail.com>
|
||||||
* @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
|
* @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Base class for forms, loads default configuration options, checks allowed
|
||||||
|
* values etc.
|
||||||
|
*
|
||||||
|
* @package phpMyAdmin-setup
|
||||||
|
*/
|
||||||
class Form
|
class Form
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user