PHP 클래스 GcContent\Form\Document

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

보호된 프로퍼티들

프로퍼티 타입 설명
$properties array Properties cache
$tabs array Tabs cache

공개 메소드들

메소드 설명
init ( string $url = null ) : void Initialize document form
load ( integer $documentTypeId, Model $document, Zend\ServiceManager\ServiceManager $serviceLocator ) : array Load properties from document type, tab and document
loadProperties ( integer $documentTypeId, integer $tabId, integer $documentId ) : array Load properties from document type, tab and document
loadTabs ( integer $documentTypeId ) : array Load tabs from document type

메소드 상세

init() 공개 메소드

Initialize document form
public init ( string $url = null ) : void
$url string Url for the action
리턴 void

load() 공개 메소드

Load properties from document type, tab and document
public load ( integer $documentTypeId, Model $document, Zend\ServiceManager\ServiceManager $serviceLocator ) : array
$documentTypeId integer Document type id
$document Gc\Document\Model Document model
$serviceLocator Zend\ServiceManager\ServiceManager Service manager
리턴 array

loadProperties() 공개 메소드

Load properties from document type, tab and document
public loadProperties ( integer $documentTypeId, integer $tabId, integer $documentId ) : array
$documentTypeId integer Document type id
$tabId integer Tab id
$documentId integer Document id
리턴 array

loadTabs() 공개 메소드

Load tabs from document type
public loadTabs ( integer $documentTypeId ) : array
$documentTypeId integer Document type id
리턴 array

프로퍼티 상세

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

Properties cache
protected array $properties
리턴 array

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

Tabs cache
protected array $tabs
리턴 array