PHP 클래스 Pimcore\Model\Object\ClassDefinition\Layout

파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$bodyStyle string
$childs array
$collapsed boolean
$collapsible boolean
$datatype string
$height integer
$locked boolean
$name string
$permissions array
$region string
$title string
$type string
$width integer

공개 메소드들

메소드 설명
addChild ( mixed $child ) : void
getBodyStyle ( ) : string
getChildren ( ) : array
getCollapsed ( ) : boolean
getCollapsible ( ) : boolean
getDatatype ( ) : mixed
getHeight ( ) : integer
getLocked ( ) : boolean
getName ( ) : string
getPermissions ( ) : array
getRegion ( ) : string
getTitle ( ) : string
getType ( ) : string
getWidth ( ) : integer
hasChildren ( ) : boolean
setBodyStyle ( $bodyStyle )
setChildren ( array $children ) : void
setCollapsed ( $collapsed )
setCollapsible ( boolean $collapsible ) : void
setDatatype ( mixed $datatype ) : void
setHeight ( integer $height ) : void
setLocked ( $locked )
setName ( string $name )
setPermissions ( array $permissions ) : void
setRegion ( string $region ) : void
setTitle ( string $title ) : void
setType ( string $type )
setValues ( mixed $data = [], array $blockedKeys = [] ) : void
setWidth ( integer $width ) : void

보호된 메소드들

메소드 설명
filterCollapsibleValue ( ) : Layout

메소드 상세

addChild() 공개 메소드

public addChild ( mixed $child ) : void
$child mixed
리턴 void

filterCollapsibleValue() 보호된 메소드

protected filterCollapsibleValue ( ) : Layout
리턴 Layout

getBodyStyle() 공개 메소드

public getBodyStyle ( ) : string
리턴 string

getChildren() 공개 메소드

public getChildren ( ) : array
리턴 array

getCollapsed() 공개 메소드

public getCollapsed ( ) : boolean
리턴 boolean

getCollapsible() 공개 메소드

public getCollapsible ( ) : boolean
리턴 boolean

getDatatype() 공개 메소드

public getDatatype ( ) : mixed
리턴 mixed

getHeight() 공개 메소드

public getHeight ( ) : integer
리턴 integer

getLocked() 공개 메소드

public getLocked ( ) : boolean
리턴 boolean

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPermissions() 공개 메소드

public getPermissions ( ) : array
리턴 array

getRegion() 공개 메소드

public getRegion ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

getWidth() 공개 메소드

public getWidth ( ) : integer
리턴 integer

hasChildren() 공개 메소드

public hasChildren ( ) : boolean
리턴 boolean

setBodyStyle() 공개 메소드

public setBodyStyle ( $bodyStyle )
$bodyStyle

setChildren() 공개 메소드

public setChildren ( array $children ) : void
$children array
리턴 void

setCollapsed() 공개 메소드

public setCollapsed ( $collapsed )
$collapsed

setCollapsible() 공개 메소드

public setCollapsible ( boolean $collapsible ) : void
$collapsible boolean
리턴 void

setDatatype() 공개 메소드

public setDatatype ( mixed $datatype ) : void
$datatype mixed
리턴 void

setHeight() 공개 메소드

public setHeight ( integer $height ) : void
$height integer
리턴 void

setLocked() 공개 메소드

public setLocked ( $locked )
$locked

setName() 공개 메소드

public setName ( string $name )
$name string

setPermissions() 공개 메소드

public setPermissions ( array $permissions ) : void
$permissions array
리턴 void

setRegion() 공개 메소드

public setRegion ( string $region ) : void
$region string
리턴 void

setTitle() 공개 메소드

public setTitle ( string $title ) : void
$title string
리턴 void

setType() 공개 메소드

public setType ( string $type )
$type string

setValues() 공개 메소드

public setValues ( mixed $data = [], array $blockedKeys = [] ) : void
$data mixed
$blockedKeys array
리턴 void

setWidth() 공개 메소드

public setWidth ( integer $width ) : void
$width integer
리턴 void

프로퍼티 상세

$bodyStyle 공개적으로 프로퍼티

public string $bodyStyle
리턴 string

$childs 공개적으로 프로퍼티

public array $childs
리턴 array

$collapsed 공개적으로 프로퍼티

public bool $collapsed
리턴 boolean

$collapsible 공개적으로 프로퍼티

public bool $collapsible
리턴 boolean

$datatype 공개적으로 프로퍼티

public string $datatype
리턴 string

$height 공개적으로 프로퍼티

public int $height
리턴 integer

$locked 공개적으로 프로퍼티

public bool $locked
리턴 boolean

$name 공개적으로 프로퍼티

public string $name
리턴 string

$permissions 공개적으로 프로퍼티

public array $permissions
리턴 array

$region 공개적으로 프로퍼티

public string $region
리턴 string

$title 공개적으로 프로퍼티

public string $title
리턴 string

$type 공개적으로 프로퍼티

public string $type
리턴 string

$width 공개적으로 프로퍼티

public int $width
리턴 integer