PHP 클래스 mult1mate\crontab_tests\TaskMock

저자: mult1mate Date: 01.02.16 Time: 10:07
상속: implements mult1mate\crontab\TaskInterface
파일 보기 프로젝트 열기: MUlt1mate/cron-manager 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )

메소드 상세

createNew() 공개 정적인 메소드

public static createNew ( ) : mult1mate\crontab\TaskInterface
리턴 mult1mate\crontab\TaskInterface

createTaskRun() 공개 메소드

public createTaskRun ( ) : mult1mate\crontab\TaskRunInterface
리턴 mult1mate\crontab\TaskRunInterface

getAll() 공개 정적인 메소드

public static getAll ( )

getCommand() 공개 메소드

public getCommand ( ) : mixed
리턴 mixed

getComment() 공개 메소드

public getComment ( ) : mixed
리턴 mixed

getStatus() 공개 메소드

public getStatus ( ) : mixed
리턴 mixed

getTaskId() 공개 메소드

public getTaskId ( )

getTime() 공개 메소드

public getTime ( ) : mixed
리턴 mixed

getTs() 공개 메소드

public getTs ( ) : mixed
리턴 mixed

getTsUpdated() 공개 메소드

public getTsUpdated ( ) : mixed
리턴 mixed

setCommand() 공개 메소드

public setCommand ( mixed $command )
$command mixed

setComment() 공개 메소드

public setComment ( mixed $comment )
$comment mixed

setStatus() 공개 메소드

public setStatus ( mixed $status )
$status mixed

setTime() 공개 메소드

public setTime ( mixed $time )
$time mixed

setTs() 공개 메소드

public setTs ( mixed $timestamp )
$timestamp mixed

setTsUpdated() 공개 메소드

public setTsUpdated ( mixed $ts )
$ts mixed

taskDelete() 공개 메소드

public taskDelete ( )

taskGet() 공개 정적인 메소드

public static taskGet ( $task_id )

taskSave() 공개 메소드

public taskSave ( )