PHP 인터페이스 Totem\SetInterface

저자: Baptiste Clavié ([email protected])
파일 보기 프로젝트 열기: wisembly/totem

공개 메소드들

메소드 설명
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