PHP Class Sulu\Component\Content\Document\Structure\Structure

Inheritance: implements Sulu\Component\Content\Document\Structure\StructureInterface
Show file Open project: sulu/sulu Class Usage Examples

Protected Properties

Property Type Description
$properties array
$stagedData array

Public Methods

Method Description
__get ( $name )
__set ( $name, $value )
bind ( $data, $clearMissing = false )
commitStagedData ( $clearMissingContent )
getContentViewProperty ( $name )
getProperty ( $name )
getStagedData ( )
hasProperty ( $name )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
setStagedData ( array $stagedData )
toArray ( )

Protected Methods

Method Description
normalize ( $value )

Method Details

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

bind() public method

public bind ( $data, $clearMissing = false )

commitStagedData() public method

public commitStagedData ( $clearMissingContent )

getContentViewProperty() public method

public getContentViewProperty ( $name )

getProperty() public method

public getProperty ( $name )

getStagedData() public method

public getStagedData ( )

hasProperty() public method

public hasProperty ( $name )

normalize() protected method

protected normalize ( $value )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

setStagedData() public method

public setStagedData ( array $stagedData )
$stagedData array

toArray() public method

public toArray ( )

Property Details

$properties protected property

protected array $properties
return array

$stagedData protected property

protected array $stagedData
return array