PHP Класс AppserverIo\Appserver\Core\Api\VirtualHostService

Автор: Tim Wagner ([email protected])
Наследование: extends AbstractService
Показать файл Открыть проект

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

Метод Описание
findAll ( ) : array Returns all configured virtual hosts.
load ( string $uuid ) : VirtualHostNode | null Returns the virtual host with the passed UUID.

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

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

Returns all configured virtual hosts.
См. также: ServiceInterface::findAll()
public findAll ( ) : array
Результат array All configured virtual hosts

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

Returns the virtual host with the passed UUID.
См. также: ServiceInterface::load()
public load ( string $uuid ) : VirtualHostNode | null
$uuid string UUID of the virtual host to return
Результат AppserverIo\Appserver\Core\Api\Node\VirtualHostNode | null The virtual host with the UUID passed as parameter