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

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

Protected Properties

Property Type Description
$type string The storage class name.

Public Methods

Method Description
getType ( ) : string Returns the class name.

Method Details

getType() public method

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

Property Details

$type protected property

The storage class name.
protected string $type
return string