메소드 | 설명 | |
---|---|---|
__construct ( array $paths ) | Track a set of paths | |
modifiedAfter ( |
Is one of the Tracked files in this set changed later than the other set. |
public __construct ( array $paths ) | ||
$paths | array | the list of directories or files to track / follow |
public modifiedAfter ( |
||
$other | the other set of files to compare to. | |
리턴 | boolean | true if this set if this set is modified after (later) the other set. |