PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\HostNodeInterface

파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

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