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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Afficher le fichier Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Свойство Type Description
$containers array Array with nodes for the registered containers.

Méthodes publiques

Méthode Description
getContainers ( ) : array Returns the array with all available containers.

Method Details

getContainers() public méthode

Returns the array with all available containers.
public getContainers ( ) : array
Résultat array The available containers

Property Details

$containers protected_oe property

Array with nodes for the registered containers.
protected array $containers
Résultat array