PHP Class AppserverIo\Appserver\Core\Api\Node\ConsoleNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\ConsoleNodeInterface, use trait ParamsNodeTrait
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$factory string The console's factory class name
$name string The console's name.
$type string The console's class name.

Public Methods

Method Description
getFactory ( ) : string Returns the console's factory class name.
getName ( ) : string Returns the console's name
getType ( ) : string Returns the console's class name.

Method Details

getFactory() public method

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

getName() public method

Returns the console's name
public getName ( ) : string
return string The console's name

getType() public method

Returns the console's class name.
public getType ( ) : string
return string The console's class name

Property Details

$factory protected property

The console's factory class name
protected string $factory
return string

$name protected property

The console's name.
protected string $name
return string

$type protected property

The console's class name.
protected string $type
return string