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

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

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

Свойство Тип Описание
$execute ExecuteNode The node containing the information to execute something like a script.
$type string The step type

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

Метод Описание
getExecute ( ) : InstallationNode Returns the node containing installation information.
getType ( ) : string Returns the step type

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

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

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

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

Returns the step type
public getType ( ) : string
Результат string The step type

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

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

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

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

The step type
protected string $type
Результат string