PHP Класс AppserverIo\Appserver\Core\Api\Node\ContainersNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$containers array Array with nodes for the registered containers.

Открытые методы

Метод Описание
getContainers ( ) : array Returns the array with all available containers.

Описание методов

getContainers() публичный метод

Returns the array with all available containers.
public getContainers ( ) : array
Результат array The available containers

Описание свойств

$containers защищенное свойство

Array with nodes for the registered containers.
protected array $containers
Результат array