PHP Class mult1mate\crontab_tests\TaskMock

Author: mult1mate Date: 01.02.16 Time: 10:07
Inheritance: implements mult1mate\crontab\TaskInterface
Afficher le fichier Open project: MUlt1mate/cron-manager Class Usage Examples

Méthodes publiques

Méthode 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 ( )

Method Details

createNew() public static méthode

public static createNew ( ) : mult1mate\crontab\TaskInterface
Résultat mult1mate\crontab\TaskInterface

createTaskRun() public méthode

public createTaskRun ( ) : mult1mate\crontab\TaskRunInterface
Résultat mult1mate\crontab\TaskRunInterface

getAll() public static méthode

public static getAll ( )

getCommand() public méthode

public getCommand ( ) : mixed
Résultat mixed

getComment() public méthode

public getComment ( ) : mixed
Résultat mixed

getStatus() public méthode

public getStatus ( ) : mixed
Résultat mixed

getTaskId() public méthode

public getTaskId ( )

getTime() public méthode

public getTime ( ) : mixed
Résultat mixed

getTs() public méthode

public getTs ( ) : mixed
Résultat mixed

getTsUpdated() public méthode

public getTsUpdated ( ) : mixed
Résultat mixed

setCommand() public méthode

public setCommand ( mixed $command )
$command mixed

setComment() public méthode

public setComment ( mixed $comment )
$comment mixed

setStatus() public méthode

public setStatus ( mixed $status )
$status mixed

setTime() public méthode

public setTime ( mixed $time )
$time mixed

setTs() public méthode

public setTs ( mixed $timestamp )
$timestamp mixed

setTsUpdated() public méthode

public setTsUpdated ( mixed $ts )
$ts mixed

taskDelete() public méthode

public taskDelete ( )

taskGet() public static méthode

public static taskGet ( $task_id )

taskSave() public méthode

public taskSave ( )