PHP Класс Treffynnon\At\Job

Автор: Simon Holywell ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$data array Data store for the job details

Открытые методы

Метод Описание
__get ( string $name ) : mixed Magic method to get a value in the $data property of the class
__isset ( string $name ) : boolean Magic method to check for the existence of an index in the $data property of the class
__set ( string $name, mixed $value ) Magic method to set a value in the $data property of the class
__unset ( string $name ) Magic method to unset an index in the $data property of the class
date ( ) : DateTime Get a DateTime object for date and time extracted from the output of at
rem ( ) Remove this job from the queue
remove ( ) Remove this job from the queue

Описание методов

__get() публичный Метод

Magic method to get a value in the $data property of the class
public __get ( string $name ) : mixed
$name string
Результат mixed

__isset() публичный Метод

Magic method to check for the existence of an index in the $data property of the class
public __isset ( string $name ) : boolean
$name string
Результат boolean

__set() публичный Метод

Magic method to set a value in the $data property of the class
public __set ( string $name, mixed $value )
$name string
$value mixed

__unset() публичный Метод

Magic method to unset an index in the $data property of the class
public __unset ( string $name )
$name string

date() публичный Метод

Get a DateTime object for date and time extracted from the output of at
public date ( ) : DateTime
Результат DateTime A PHP DateTime object

rem() публичный Метод

Remove this job from the queue
public rem ( )

remove() публичный Метод

Remove this job from the queue
public remove ( )

Описание свойств

$data защищенное свойство

Data store for the job details
protected array $data
Результат array