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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, use trait AppserverIo\Appserver\Core\Api\ExtensionInjectorParameterTrait
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$condition string The rewrite condition.
$flag string The rewrite flat.
$target string The rule target.

Public Methods

Method Description
getCondition ( ) : string Returns the rewrite condition.
getFlag ( ) : string Returns the rewrite flag.
getTarget ( ) : string Returns the rule target.

Method Details

getCondition() public method

Returns the rewrite condition.
public getCondition ( ) : string
return string The rewrite condition

getFlag() public method

Returns the rewrite flag.
public getFlag ( ) : string
return string The rewrite flag

getTarget() public method

Returns the rule target.
public getTarget ( ) : string
return string The rule target

Property Details

$condition protected property

The rewrite condition.
protected string $condition
return string

$flag protected property

The rewrite flat.
protected string $flag
return string

$target protected property

The rule target.
protected string $target
return string