PHP 클래스 AppserverIo\Appserver\Core\Api\Node\StepNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, use trait ParamsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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