PHP Class Pheasant\PropertyReference

Show file Open project: lox/pheasant

Public Methods

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

Constructor
public __construct ( $property, $object )

__toString() public method

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

save() public method

Saves the internal object
public save ( )

value() public method

Returns the value
public value ( )