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

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

Protected Properties

Property Type Description
$type string The processor class name.

Public Methods

Method Description
__construct ( string $type = '', array $params = [] ) Initializes the processor node with the necessary data.
getPrimaryKey ( ) : string Returns the nodes primary key, the name by default.
getType ( ) : string Returns the class name.

Method Details

__construct() public method

Initializes the processor node with the necessary data.
public __construct ( string $type = '', array $params = [] )
$type string The provisioner type
$params array The handler params

getPrimaryKey() public method

Returns the nodes primary key, the name by default.
See also: AppserverIo\Appserver\Core\Api\Node\AbstractNode::getPrimaryKey()
public getPrimaryKey ( ) : string
return string The nodes primary key

getType() public method

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

Property Details

$type protected property

The processor class name.
protected string $type
return string