PHP 클래스 Hostnet\Component\Webpack\Asset\TrackedFiles

파일 보기 프로젝트 열기: hostnet/webpack-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array $paths ) Track a set of paths
modifiedAfter ( TrackedFiles $other ) : boolean Is one of the Tracked files in this set changed later than the other set.

메소드 상세

__construct() 공개 메소드

Track a set of paths
public __construct ( array $paths )
$paths array the list of directories or files to track / follow

modifiedAfter() 공개 메소드

Is one of the Tracked files in this set changed later than the other set.
public modifiedAfter ( TrackedFiles $other ) : boolean
$other TrackedFiles the other set of files to compare to.
리턴 boolean true if this set if this set is modified after (later) the other set.