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

Note this would more appropriately be named "Property" but that potentially confuses things even more whilst the Compat\\ namespace exists. In addition, this class may not be long lived after we change the content mapping logic.
Inheritance: implements ArrayAccess
显示文件 Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__construct ( $name, $value = null )
getName ( )
getValue ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
setName ( $name )
setValue ( $value )

Method Details

__construct() public method

public __construct ( $name, $value = null )

getName() public method

public getName ( )

getValue() public method

public getValue ( )

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 )

setName() public method

public setName ( $name )

setValue() public method

public setValue ( $value )