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

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

Protected Properties

Property Type Description
$containers array Array with nodes for the registered containers.

Public Methods

Method Description
getContainers ( ) : array Returns the array with all available containers.

Method Details

getContainers() public method

Returns the array with all available containers.
public getContainers ( ) : array
return array The available containers

Property Details

$containers protected property

Array with nodes for the registered containers.
protected array $containers
return array