PHP 클래스 AppserverIo\Appserver\Core\Api\Node\HostNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\HostNodeInterface, use trait AppserverIo\Appserver\Core\Api\Node\ContextsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$appBase string The application base directory.
$deployBase string The deployment base directory.
$name string The host name.
$tmpBase string The temporary base directory.

공개 메소드들

메소드 설명
__construct ( string $name = '', string $appBase = 'webapps', string $tmpBase = 'var/tmp', string $deployBase = 'deploy' ) Initializes the node with the passed data.
getAppBase ( ) : string Returns the application base directory.
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.

메소드 상세

__construct() 공개 메소드

Initializes the node with the passed data.
public __construct ( string $name = '', string $appBase = 'webapps', string $tmpBase = 'var/tmp', string $deployBase = 'deploy' )
$name string The host name
$appBase string The application base directory
$tmpBase string The temporary base directory
$deployBase string The deployment base directory

getAppBase() 공개 메소드

Returns the application base directory.
public getAppBase ( ) : string
리턴 string The application base directory

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

프로퍼티 상세

$appBase 보호되어 있는 프로퍼티

The application base directory.
protected string $appBase
리턴 string

$deployBase 보호되어 있는 프로퍼티

The deployment base directory.
protected string $deployBase
리턴 string

$name 보호되어 있는 프로퍼티

The host name.
protected string $name
리턴 string

$tmpBase 보호되어 있는 프로퍼티

The temporary base directory.
protected string $tmpBase
리턴 string