PHP Class mult1mate\crontab_tests\TaskRunMock

Author: mult1mate Date: 01.02.16 Time: 10:12
Inheritance: implements mult1mate\crontab\TaskRunInterface
Datei anzeigen Open project: MUlt1mate/cron-manager

Public Methods

Method Description
getExecutionTime ( ) : integer
getOutput ( )
getStatus ( ) : string
getTaskId ( ) : integer
getTaskRunId ( ) : integer
getTs ( ) : string
saveTaskRun ( )
setExecutionTime ( integer $execution_time )
setOutput ( $output )
setStatus ( string $status )
setTaskId ( integer $task_id )
setTs ( string $timestamp )

Method Details

getExecutionTime() public method

public getExecutionTime ( ) : integer
return integer

getOutput() public method

public getOutput ( )

getStatus() public method

public getStatus ( ) : string
return string

getTaskId() public method

public getTaskId ( ) : integer
return integer

getTaskRunId() public method

public getTaskRunId ( ) : integer
return integer

getTs() public method

public getTs ( ) : string
return string

saveTaskRun() public method

public saveTaskRun ( )

setExecutionTime() public method

public setExecutionTime ( integer $execution_time )
$execution_time integer

setOutput() public method

public setOutput ( $output )

setStatus() public method

public setStatus ( string $status )
$status string

setTaskId() public method

public setTaskId ( integer $task_id )
$task_id integer

setTs() public method

public setTs ( string $timestamp )
$timestamp string