PHP Class Pheasant\PropertyReference

Afficher le fichier Open project: lox/pheasant

Méthodes publiques

Méthode Description
__construct ( $property, $object ) Constructor
__toString ( ) Returns a string version of {@link value()}
save ( ) Saves the internal object
value ( ) Returns the value

Method Details

__construct() public méthode

Constructor
public __construct ( $property, $object )

__toString() public méthode

Returns a string version of {@link value()}
public __toString ( )

save() public méthode

Saves the internal object
public save ( )

value() public méthode

Returns the value
public value ( )