Phulp\Phulp::run PHP Method

run() public method

public run ( string $task = null )
$task string
    public function run($task = null)
    {
        $this->start([!empty($task) ? $task : 'default']);
        $this->getLoop()->run();
    }