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

Автор: Tim Wagner ([email protected])
Наследование: extends AbstractArgsNode
Показать файл Открыть проект

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

Свойство Тип Описание
$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