AppserverIo\Appserver\Core\Api\ContainerService::findAll PHP Méthode

findAll() public méthode

Return's all container node configurations.
See also: AppserverIo\Appserver\Core\Api\ServiceInterface::findAll()
public findAll ( ) : array
Résultat array An array with container node configurations
    public function findAll()
    {
        return $this->getSystemConfiguration()->getContainers();
    }