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

저자: Johann Zelger ([email protected])
상속: extends AppserverIo\Description\Api\Node\AbstractNode, use trait AppserverIo\Appserver\Core\Api\ExtensionInjectorParameterTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$condition string The rewrite condition.
$flag string The rewrite flat.
$target string The rule target.

공개 메소드들

메소드 설명
getCondition ( ) : string Returns the rewrite condition.
getFlag ( ) : string Returns the rewrite flag.
getTarget ( ) : string Returns the rule target.

메소드 상세

getCondition() 공개 메소드

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

getFlag() 공개 메소드

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

getTarget() 공개 메소드

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

프로퍼티 상세

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

The rewrite condition.
protected string $condition
리턴 string

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

The rewrite flat.
protected string $flag
리턴 string

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

The rule target.
protected string $target
리턴 string