PHP 클래스 Task

List of current tasks
부터: 0.1
상속: extends AppController
파일 보기 프로젝트 열기: MUlt1mate/cron-manager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$has_many
$primary_key
$table_name

공개 메소드들

메소드 설명
attributes ( )
createNew ( )
createTaskRun ( ) : mult1mate\crontab\TaskRunInterface
getAll ( )
getCommand ( ) : mixed
getComment ( ) : mixed
getList ( )
getReport ( $date_begin, $date_end )
getStatus ( ) : mixed
getTaskId ( ) : mixed
getTime ( ) : mixed
getTs ( ) : mixed
getTsUpdated ( ) : mixed
setCommand ( mixed $command )
setComment ( mixed $comment )
setStatus ( mixed $status )
setTime ( mixed $time )
setTs ( mixed $ts )
setTsUpdated ( mixed $ts )
taskDelete ( )
taskGet ( $task_id )
taskSave ( )

메소드 상세

attributes() 공개 메소드

public attributes ( )

createNew() 공개 정적인 메소드

public static createNew ( )

createTaskRun() 공개 메소드

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

getAll() 공개 정적인 메소드

public static getAll ( )

getCommand() 공개 메소드

public getCommand ( ) : mixed
리턴 mixed

getComment() 공개 메소드

public getComment ( ) : mixed
리턴 mixed

getList() 공개 정적인 메소드

public static getList ( )

getReport() 공개 정적인 메소드

public static getReport ( $date_begin, $date_end )

getStatus() 공개 메소드

public getStatus ( ) : mixed
리턴 mixed

getTaskId() 공개 메소드

public getTaskId ( ) : mixed
리턴 mixed

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 $ts )
$ts mixed

setTsUpdated() 공개 메소드

public setTsUpdated ( mixed $ts )
$ts mixed

taskDelete() 공개 메소드

public taskDelete ( )

taskGet() 공개 정적인 메소드

public static taskGet ( $task_id )

taskSave() 공개 메소드

public taskSave ( )

프로퍼티 상세

$has_many 공개적으로 정적으로 프로퍼티

public static $has_many

$primary_key 공개적으로 정적으로 프로퍼티

public static $primary_key

$table_name 공개적으로 정적으로 프로퍼티

public static $table_name