PHP Интерфейс AppserverIo\Appserver\Core\Api\Node\ConsoleNodeInterface

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

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

Метод Описание
getFactory ( ) : string Returns the console's factory class name.
getName ( ) : string Returns the console's name
getParam ( string $name ) : mixed Returns the param with the passed name casted to the specified type.
getParams ( ) : array Array with the handler params to use.
getParamsAsArray ( ) : array Returns the params casted to the defined type as associative array.
getType ( ) : string Returns the console's class name.

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

getFactory() публичный Метод

Returns the console's factory class name.
public getFactory ( ) : string
Результат string The console's factory class name

getName() публичный Метод

Returns the console's name
public getName ( ) : string
Результат string The console's name

getParam() публичный Метод

Returns the param with the passed name casted to the specified type.
public getParam ( string $name ) : mixed
$name string The name of the param to be returned
Результат mixed The requested param casted to the specified type

getParams() публичный Метод

Array with the handler params to use.
public getParams ( ) : array
Результат array

getParamsAsArray() публичный Метод

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
Результат array The array with the casted params

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

Returns the console's class name.
public getType ( ) : string
Результат string The console's class name