PHP Класс AppserverIo\Appserver\Core\Api\Node\JobNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\JobNodeInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$execute ExecuteNode The node containing the information to execute something like a script.
$name string The job name
$schedule AppserverIo\Appserver\Core\Api\Node\ScheduleNode The node containing the schedule information for the job.

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

Метод Описание
getExecute ( ) : ExecuteNode Returns the node containing executable information.
getName ( ) : string Returns the job name.
getSchedule ( ) : AppserverIo\Appserver\Core\Api\Node\ScheduleNode Returns the node containing schedule the job schedule.

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

getExecute() публичный метод

Returns the node containing executable information.
public getExecute ( ) : ExecuteNode
Результат ExecuteNode The node containing executable information

getName() публичный метод

Returns the job name.
public getName ( ) : string
Результат string The job name

getSchedule() публичный метод

Returns the node containing schedule the job schedule.
public getSchedule ( ) : AppserverIo\Appserver\Core\Api\Node\ScheduleNode
Результат AppserverIo\Appserver\Core\Api\Node\ScheduleNode The node containing the job schedule

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

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

The node containing the information to execute something like a script.
protected ExecuteNode,AppserverIo\Appserver\Core\Api\Node $execute
Результат ExecuteNode

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

The job name
protected string $name
Результат string

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

The node containing the schedule information for the job.
protected ScheduleNode,AppserverIo\Appserver\Core\Api\Node $schedule
Результат AppserverIo\Appserver\Core\Api\Node\ScheduleNode