PHP Interface Totem\SetInterface

Author: Baptiste Clavié ([email protected])
Afficher le fichier Open project: wisembly/totem

Méthodes publiques

Méthode 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 méthode

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

hasChanged() public méthode

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