PHP Class Task

List of current tasks
Since: 0.1
Inheritance: extends AppController
Afficher le fichier Open project: MUlt1mate/cron-manager Class Usage Examples

Méthodes publiques

Свойство Type Description
$has_many
$primary_key
$table_name

Méthodes publiques

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

Method Details

attributes() public méthode

public attributes ( )

createNew() public static méthode

public static createNew ( )

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

getList() public static méthode

public static getList ( )

getReport() public static méthode

public static getReport ( $date_begin, $date_end )

getStatus() public méthode

public getStatus ( ) : mixed
Résultat mixed

getTaskId() public méthode

public getTaskId ( ) : mixed
Résultat mixed

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

Property Details

$has_many public_oe static_oe property

public static $has_many

$primary_key public_oe static_oe property

public static $primary_key

$table_name public_oe static_oe property

public static $table_name