PHP 클래스 GcDevelopment\Form\DocumentType

상속: extends Gc\Form\AbstractForm
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$datatypeCollection Gc\Datatype\Collection Datatype collection
$viewCollection Gc\View\Collection View collection

공개 메소드들

메소드 설명
addProperty ( mixed $property ) : DocumentType Add property sub form
addTab ( mixed $tab ) : DocumentType Add tab sub form
init ( ) : void Init document type form
setValues ( mixed $element ) : null | DocumentType Set values and create tabs and properties FieldSet from parameter

보호된 메소드들

메소드 설명
getInfos ( ) : Zend\Form\FieldSet Initialize infos sub form
getProperties ( ) : Zend\Form\FieldSet Initialize properties sub form
getTabs ( ) : Zend\Form\FieldSet Initialize tabs sub form
getViews ( ) : Zend\Form\FieldSet Initialize views sub form

메소드 상세

addProperty() 공개 메소드

Add property sub form
public addProperty ( mixed $property ) : DocumentType
$property mixed \Gc\Property\Model|array
리턴 DocumentType

addTab() 공개 메소드

Add tab sub form
public addTab ( mixed $tab ) : DocumentType
$tab mixed \Gc\Tab\Model|array
리턴 DocumentType

getInfos() 보호된 메소드

Initialize infos sub form
protected getInfos ( ) : Zend\Form\FieldSet
리턴 Zend\Form\FieldSet

getProperties() 보호된 메소드

Initialize properties sub form
protected getProperties ( ) : Zend\Form\FieldSet
리턴 Zend\Form\FieldSet

getTabs() 보호된 메소드

Initialize tabs sub form
protected getTabs ( ) : Zend\Form\FieldSet
리턴 Zend\Form\FieldSet

getViews() 보호된 메소드

Initialize views sub form
protected getViews ( ) : Zend\Form\FieldSet
리턴 Zend\Form\FieldSet

init() 공개 메소드

Init document type form
public init ( ) : void
리턴 void

setValues() 공개 메소드

Set values and create tabs and properties FieldSet from parameter
public setValues ( mixed $element ) : null | DocumentType
$element mixed \Gc\DocumentType\Model | array
리턴 null | DocumentType

프로퍼티 상세

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

Datatype collection
protected Collection,Gc\Datatype $datatypeCollection
리턴 Gc\Datatype\Collection

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

View collection
protected Collection,Gc\View $viewCollection
리턴 Gc\View\Collection