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
Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $name, $value = null )

getName() public méthode

public getName ( )

getValue() public méthode

public getValue ( )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

setName() public méthode

public setName ( $name )

setValue() public méthode

public setValue ( $value )