Scalr\System\Zmq\Cron\Launcher::getAllTasks PHP 메소드

getAllTasks() 공개 메소드

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