Method | Description | |
---|---|---|
createNew ( ) : mult1mate\crontab\TaskInterface | ||
createTaskRun ( ) : mult1mate\crontab\TaskRunInterface | ||
getAll ( ) | ||
getCommand ( ) : mixed | ||
getComment ( ) : mixed | ||
getStatus ( ) : mixed | ||
getTaskId ( ) | ||
getTime ( ) : mixed | ||
getTs ( ) : mixed | ||
getTsUpdated ( ) : mixed | ||
setCommand ( mixed $command ) | ||
setComment ( mixed $comment ) | ||
setStatus ( mixed $status ) | ||
setTime ( mixed $time ) | ||
setTs ( mixed $timestamp ) | ||
setTsUpdated ( mixed $ts ) | ||
taskDelete ( ) | ||
taskGet ( $task_id ) | ||
taskSave ( ) |
public static createNew ( ) : mult1mate\crontab\TaskInterface | ||
return | mult1mate\crontab\TaskInterface |
public createTaskRun ( ) : mult1mate\crontab\TaskRunInterface | ||
return | mult1mate\crontab\TaskRunInterface |