PHP Интерфейс Totem\SetInterface

Автор: Baptiste Clavié ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
getChange ( string $property ) : totem\ChangeInterface | totem\SetInterface Retrieve a property change
hasChanged ( string $property ) : boolean Test if the given property has been changed

Описание методов

getChange() публичный Метод

Retrieve a property change
public getChange ( string $property ) : totem\ChangeInterface | totem\SetInterface
$property string
Результат totem\ChangeInterface | totem\SetInterface

hasChanged() публичный Метод

Test if the given property has been changed
public hasChanged ( string $property ) : boolean
$property string
Результат boolean