PHP Interface AppserverIo\Appserver\Core\Api\Node\HostNodeInterface

Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode Description
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.

Method Details

getAppBase() public méthode

Returns the application base directory.
public getAppBase ( ) : string
Résultat string The application base directory

getContext() public méthode

Returns the context with the passed name.
public getContext ( string $name ) : ContextNode | null
$name string The name of the requested context
Résultat ContextNode | null The requested context node

getContexts() public méthode

Returns the servers context configuration.
public getContexts ( ) : array
Résultat array servers context configuration

getDeployBase() public méthode

Returns the deployment base directory.
public getDeployBase ( ) : string
Résultat string The deployment base directory

getDirectories() public méthode

Return's the host's directories, e. g. to be created.
public getDirectories ( ) : array
Résultat array The array with the host's directories

getName() public méthode

Returns the host name.
public getName ( ) : string
Résultat string The host name

getTmpBase() public méthode

Returns the temporary base directory.
public getTmpBase ( ) : string
Résultat string The temporary base directory