PHP 클래스 Gc\DocumentType\Collection

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

보호된 프로퍼티들

프로퍼티 타입 설명
$name string Table name

공개 메소드들

메소드 설명
getSelect ( ) : array Return array for input select
init ( integer $parentId = null ) : void Load document type collection

보호된 메소드들

메소드 설명
setDocumentTypes ( ) : Collection Initialize document types

메소드 상세

getSelect() 공개 메소드

Return array for input select
public getSelect ( ) : array
리턴 array

init() 공개 메소드

Load document type collection
public init ( integer $parentId = null ) : void
$parentId integer Parent id
리턴 void

setDocumentTypes() 보호된 메소드

Initialize document types
protected setDocumentTypes ( ) : Collection
리턴 Gc\Document\Collection

프로퍼티 상세

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

Table name
protected string $name
리턴 string