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

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

Protected Properties

Property Type Description
$name string The name of the connector, might be chosen freely
$type string The type of the connector, might be chosen freely

Public Methods

Method Description
getName ( ) : string Returns the connector's name
getType ( ) : string Returns the connector's type

Method Details

getName() public method

Returns the connector's name
public getName ( ) : string
return string Name of the connector

getType() public method

Returns the connector's type
public getType ( ) : string
return string Type of the connector

Property Details

$name protected property

The name of the connector, might be chosen freely
protected string $name
return string

$type protected property

The type of the connector, might be chosen freely
protected string $type
return string