Scalr\System\Zmq\Cron\Launcher::getAllTasks PHP Method

getAllTasks() public method

Gets the list of all tasks
public getAllTasks ( ) : Scalr\System\Zmq\Cron\ServiceIterator
return Scalr\System\Zmq\Cron\ServiceIterator
    public function getAllTasks()
    {
        return new ServiceIterator();
    }