PHP Интерфейс AppserverIo\Appserver\Core\Api\Node\HostNodeInterface

Автор: Tim Wagner ([email protected])
Показать файл Открыть проект

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

Метод Описание
getAppBase ( ) : string Returns the application base directory.
getContext ( string $name ) : ContextNode | null Returns the context with the passed name.
getContexts ( ) : array Returns the servers context configuration.
getDeployBase ( ) : string Returns the deployment base directory.
getDirectories ( ) : array Return's the host's directories, e. g. to be created.
getName ( ) : string Returns the host name.
getTmpBase ( ) : string Returns the temporary base directory.

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

getAppBase() публичный Метод

Returns the application base directory.
public getAppBase ( ) : string
Результат string The application base directory

getContext() публичный Метод

Returns the context with the passed name.
public getContext ( string $name ) : ContextNode | null
$name string The name of the requested context
Результат ContextNode | null The requested context node

getContexts() публичный Метод

Returns the servers context configuration.
public getContexts ( ) : array
Результат array servers context configuration

getDeployBase() публичный Метод

Returns the deployment base directory.
public getDeployBase ( ) : string
Результат string The deployment base directory

getDirectories() публичный Метод

Return's the host's directories, e. g. to be created.
public getDirectories ( ) : array
Результат array The array with the host's directories

getName() публичный Метод

Returns the host name.
public getName ( ) : string
Результат string The host name

getTmpBase() публичный Метод

Returns the temporary base directory.
public getTmpBase ( ) : string
Результат string The temporary base directory