PHP 클래스 Twitter_Bootstrap_Form, zend-form-decorators-bootstrap

저자: Christian Soronellas ([email protected])
상속: extends Zend_Form
파일 보기 프로젝트 열기: emagister/zend-form-decorators-bootstrap 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_prefixesInitialized

공개 메소드들

메소드 설명
__construct ( null $options = null ) Override the base form constructor.
render ( Zend_View_Interface $view = null ) : string Render form
setDisposition ( string $disposition )

보호된 메소드들

메소드 설명
_addClassNames ( string $classNames ) Adds a class name
_getClassNames ( Zend_Form_Element $element = null ) : array Extract the class names from a Zend_Form_Element if given or from the base form
_initializePrefixes ( )
_removeClassNames ( string $classNames ) Removes a class name

메소드 상세

__construct() 공개 메소드

Override the base form constructor.
public __construct ( null $options = null )
$options null

_addClassNames() 보호된 메소드

Adds a class name
protected _addClassNames ( string $classNames )
$classNames string

_getClassNames() 보호된 메소드

Extract the class names from a Zend_Form_Element if given or from the base form
protected _getClassNames ( Zend_Form_Element $element = null ) : array
$element Zend_Form_Element
리턴 array

_initializePrefixes() 보호된 메소드

protected _initializePrefixes ( )

_removeClassNames() 보호된 메소드

Removes a class name
protected _removeClassNames ( string $classNames )
$classNames string

render() 공개 메소드

Render form
public render ( Zend_View_Interface $view = null ) : string
$view Zend_View_Interface
리턴 string

setDisposition() 공개 메소드

public setDisposition ( string $disposition )
$disposition string

프로퍼티 상세

$_prefixesInitialized 보호되어 있는 프로퍼티

protected $_prefixesInitialized