PHP Interface Totem\SetInterface

Author: Baptiste ClaviĆ© ([email protected])
Show file Open project: wisembly/totem

Public Methods

Method Description
getChange ( string $property ) : totem\ChangeInterface | totem\SetInterface Retrieve a property change
hasChanged ( string $property ) : boolean Test if the given property has been changed

Method Details

getChange() public method

Retrieve a property change
public getChange ( string $property ) : totem\ChangeInterface | totem\SetInterface
$property string
return totem\ChangeInterface | totem\SetInterface

hasChanged() public method

Test if the given property has been changed
public hasChanged ( string $property ) : boolean
$property string
return boolean