PHP 클래스 AppserverIo\Appserver\Core\Api\VirtualHostService

상속: extends AbstractService
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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