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
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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