PHP 클래스 Gc\Datatype\Collection

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

보호된 프로퍼티들

프로퍼티 타입 설명
$datatypes array Collection of \Gc\Datatype\Model
$name string Table name

공개 메소드들

메소드 설명
getDatatypes ( ) : array Get datatypes
getSelect ( ) : array Return array of datatypes for input select
init ( ) : void Initialize datatype collection

보호된 메소드들

메소드 설명
setDatatypes ( ) : Collection Set datatype collection

메소드 상세

getDatatypes() 공개 메소드

Get datatypes
public getDatatypes ( ) : array
리턴 array

getSelect() 공개 메소드

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

init() 공개 메소드

Initialize datatype collection
public init ( ) : void
리턴 void

setDatatypes() 보호된 메소드

Set datatype collection
protected setDatatypes ( ) : Collection
리턴 Collection

프로퍼티 상세

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

Collection of \Gc\Datatype\Model
protected array $datatypes
리턴 array

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

Table name
protected string $name
리턴 string