PHP Класс Hostnet\Component\Webpack\Asset\TrackedFiles

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__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.