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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$steps array The installation steps.

공개 메소드들

메소드 설명
getSteps ( ) : array Returns the installation step.
setSteps ( array $steps ) : void Sets the installation steps.

메소드 상세

getSteps() 공개 메소드

Returns the installation step.
public getSteps ( ) : array
리턴 array

setSteps() 공개 메소드

Sets the installation steps.
public setSteps ( array $steps ) : void
$steps array The installation steps
리턴 void

프로퍼티 상세

$steps 보호되어 있는 프로퍼티

The installation steps.
protected array $steps
리턴 array