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
Show file Open project: appserver-io/appserver Class Usage Examples

Protected Properties

Property Type Description
$condition string The condition to match for.

Public Methods

Method 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 method

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

toArray() public method

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

Property Details

$condition protected property

The condition to match for.
protected string $condition
return string