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

상속: extends AbstractArgsNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$directory string The directory to execute the script from.
$script string The script to be executed.

공개 메소드들

메소드 설명
__toString ( ) : string Prepares the command to be excuted based on the script and the arguments.
getDirectory ( ) : string Return's the directory to execute the script from.
getScript ( ) : string Return's the script to be executed.
setDirectory ( string $directory ) : void Set's the directory to execute the script from.
setScript ( string $script ) : void Set's the script to be executed.

메소드 상세

__toString() 공개 메소드

Prepares the command to be excuted based on the script and the arguments.
public __toString ( ) : string
리턴 string The command to execute

getDirectory() 공개 메소드

Return's the directory to execute the script from.
public getDirectory ( ) : string
리턴 string The directory

getScript() 공개 메소드

Return's the script to be executed.
public getScript ( ) : string
리턴 string The script

setDirectory() 공개 메소드

Set's the directory to execute the script from.
public setDirectory ( string $directory ) : void
$directory string The directory
리턴 void

setScript() 공개 메소드

Set's the script to be executed.
public setScript ( string $script ) : void
$script string The script
리턴 void

프로퍼티 상세

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

The directory to execute the script from.
protected string $directory
리턴 string

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

The script to be executed.
protected string $script
리턴 string