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

저자: Bernhard Wick ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$condition string The condition under which the definition should take place
$definition string The definition to perform

공개 메소드들

메소드 설명
getCondition ( ) : string Returns the condition for the variable definition to take place
getDefinition ( ) : string Returns the actual definition

메소드 상세

getCondition() 공개 메소드

Returns the condition for the variable definition to take place
public getCondition ( ) : string
리턴 string The condition under which we set the variable

getDefinition() 공개 메소드

Returns the actual definition
public getDefinition ( ) : string
리턴 string The actual definition

프로퍼티 상세

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

The condition under which the definition should take place
protected string $condition
리턴 string

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

The definition to perform
protected string $definition
리턴 string