PHP Класс Horde_Config_Form, horde

Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Chuck Hagenbuch ([email protected])
Наследование: extends Horde_Form
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_fillvars boolean Whether to fill $this->_vars with values from the existing configuration.
$_vars Horde_Variables Contains the Horde_Variables object of this form.
$_xmlConfig Horde_Config Contains the Horde_Config object that this form represents.

Открытые методы

Метод Описание
__construct ( &$vars, string $app, boolean $fillvars = false ) Constructor.

Защищенные методы

Метод Описание
_buildVariables ( array $config, string $prefix = '' ) Builds the form based on the specified level of the configuration tree.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( &$vars, string $app, boolean $fillvars = false )
$app string The name of the application that this configuration form is for.
$fillvars boolean Whether to fill the $vars object with values from the existing configuration.

_buildVariables() защищенный Метод

Builds the form based on the specified level of the configuration tree.
protected _buildVariables ( array $config, string $prefix = '' )
$config array The portion of the configuration tree for that the form fields should be created.
$prefix string A string representing the current position inside the configuration tree.

Описание свойств

$_fillvars защищенное свойство

Whether to fill $this->_vars with values from the existing configuration.
protected bool $_fillvars
Результат boolean

$_vars защищенное свойство

Contains the Horde_Variables object of this form.
protected Horde_Variables $_vars
Результат Horde_Variables

$_xmlConfig защищенное свойство

Contains the Horde_Config object that this form represents.
protected Horde_Config $_xmlConfig
Результат Horde_Config