PHP Interface AppserverIo\Appserver\Core\Api\Node\ConsoleNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
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.

Method Details

getFactory() public méthode

Returns the console's factory class name.
public getFactory ( ) : string
Résultat string The console's factory class name

getName() public méthode

Returns the console's name
public getName ( ) : string
Résultat string The console's name

getParam() public méthode

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
Résultat mixed The requested param casted to the specified type

getParams() public méthode

Array with the handler params to use.
public getParams ( ) : array
Résultat array

getParamsAsArray() public méthode

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
Résultat array The array with the casted params

getType() public méthode

Returns the console's class name.
public getType ( ) : string
Résultat string The console's class name