PHP Class AppserverIo\Appserver\Core\Api\Node\LocationNode

Author: Tim Wagner ([email protected])
Author: Johann Zelger ([email protected])
Inheritance: 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
Afficher le fichier Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Свойство Type Description
$condition string The condition to match for.

Méthodes publiques

Méthode Description
getCondition ( ) : string Returns the condition to match for.
toArray ( ) : array Converts the location node into an associative array and returns it.

Method Details

getCondition() public méthode

Returns the condition to match for.
public getCondition ( ) : string
Résultat string The condition to match for

toArray() public méthode

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

Property Details

$condition protected_oe property

The condition to match for.
protected string $condition
Résultat string