Method |
Description |
|
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 ) : Source |
|
|
start ( array $tasks ) |
|
|
task ( string $name, callable $callback ) |
|
|
watch ( Source $src, mixed $tasks ) : Watch |
|
|