PHP Class Pimcore\Model\Object\ClassDefinition\Layout

Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$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

Public Methods

Method Description
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

Protected Methods

Method Description
filterCollapsibleValue ( ) : Layout

Method Details

addChild() public method

public addChild ( mixed $child ) : void
$child mixed
return void

filterCollapsibleValue() protected method

protected filterCollapsibleValue ( ) : Layout
return Layout

getBodyStyle() public method

public getBodyStyle ( ) : string
return string

getChildren() public method

public getChildren ( ) : array
return array

getCollapsed() public method

public getCollapsed ( ) : boolean
return boolean

getCollapsible() public method

public getCollapsible ( ) : boolean
return boolean

getDatatype() public method

public getDatatype ( ) : mixed
return mixed

getHeight() public method

public getHeight ( ) : integer
return integer

getLocked() public method

public getLocked ( ) : boolean
return boolean

getName() public method

public getName ( ) : string
return string

getPermissions() public method

public getPermissions ( ) : array
return array

getRegion() public method

public getRegion ( ) : string
return string

getTitle() public method

public getTitle ( ) : string
return string

getType() public method

public getType ( ) : string
return string

getWidth() public method

public getWidth ( ) : integer
return integer

hasChildren() public method

public hasChildren ( ) : boolean
return boolean

setBodyStyle() public method

public setBodyStyle ( $bodyStyle )
$bodyStyle

setChildren() public method

public setChildren ( array $children ) : void
$children array
return void

setCollapsed() public method

public setCollapsed ( $collapsed )
$collapsed

setCollapsible() public method

public setCollapsible ( boolean $collapsible ) : void
$collapsible boolean
return void

setDatatype() public method

public setDatatype ( mixed $datatype ) : void
$datatype mixed
return void

setHeight() public method

public setHeight ( integer $height ) : void
$height integer
return void

setLocked() public method

public setLocked ( $locked )
$locked

setName() public method

public setName ( string $name )
$name string

setPermissions() public method

public setPermissions ( array $permissions ) : void
$permissions array
return void

setRegion() public method

public setRegion ( string $region ) : void
$region string
return void

setTitle() public method

public setTitle ( string $title ) : void
$title string
return void

setType() public method

public setType ( string $type )
$type string

setValues() public method

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

setWidth() public method

public setWidth ( integer $width ) : void
$width integer
return void

Property Details

$bodyStyle public property

public string $bodyStyle
return string

$childs public property

public array $childs
return array

$collapsed public property

public bool $collapsed
return boolean

$collapsible public property

public bool $collapsible
return boolean

$datatype public property

public string $datatype
return string

$height public property

public int $height
return integer

$locked public property

public bool $locked
return boolean

$name public property

public string $name
return string

$permissions public property

public array $permissions
return array

$region public property

public string $region
return string

$title public property

public string $title
return string

$type public property

public string $type
return string

$width public property

public int $width
return integer