Метод | Описание | |
---|---|---|
clean ( ) : phulp\PipeInterface | ||
dest ( string $path ) : phulp\PipeInterface | ||
getLoop ( ) : React\EventLoop\LoopInterface | Gets the value of loop. | |
iterate ( callable $callback ) : phulp\PipeInterface | ||
run ( string $task = null ) | ||
setLoop ( React\EventLoop\LoopInterface $loop ) | Sets the value of loop. | |
src ( array $dirs, string $pattern = null, boolean $recursive = true ) : |
||
start ( array $tasks ) | ||
task ( string $name, callable $callback ) | ||
watch ( |
public getLoop ( ) : React\EventLoop\LoopInterface | ||
Результат | React\EventLoop\LoopInterface |
public setLoop ( React\EventLoop\LoopInterface $loop ) | ||
$loop | React\EventLoop\LoopInterface | the loop |