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

저자: Tim Wagner ([email protected])
저자: Johann Zelger ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode, use trait AppserverIo\Appserver\Core\Api\Node\FileHandlersNodeTrait, use trait ParamsNodeTrait, use trait AppserverIo\Appserver\Core\Api\Node\HeadersNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$condition string The condition to match for.

공개 메소드들

메소드 설명
getCondition ( ) : string Returns the condition to match for.
toArray ( ) : array Converts the location node into an associative array and returns it.

메소드 상세

getCondition() 공개 메소드

Returns the condition to match for.
public getCondition ( ) : string
리턴 string The condition to match for

toArray() 공개 메소드

Converts the location node into an associative array and returns it.
public toArray ( ) : array
리턴 array The array with the location node data

프로퍼티 상세

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

The condition to match for.
protected string $condition
리턴 string