메소드 | 설명 | |
---|---|---|
__construct ( $fileName ) | Constructor. | |
getFileName ( ) : string | ||
getHasChanged ( ) : boolean | Performs the actual dependency checking. | |
getTimestamp ( ) : integer | ||
setFileName ( $value ) |
public getFileName ( ) : string | ||
리턴 | string | the name of the file whose change is to be checked |
public getHasChanged ( ) : boolean | ||
리턴 | boolean | whether the dependency is changed or not. |
public getTimestamp ( ) : integer | ||
리턴 | integer | the last modification time of the file |