PHP 클래스 Neos\Fusion\TypoScriptObjects\UriBuilderImplementation

The following TS properties are evaluated: * package * subpackage * controller * action * arguments * format * section * additionalParams * addQueryString * argumentsToBeExcludedFromQueryString * absolute See respective getters for descriptions
상속: extends AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
evaluate ( ) : string
getAction ( ) : string Target controller action name
getAdditionalParams ( ) : array Additional query parameters that won't be prefixed like $arguments (overrule $arguments)
getArguments ( ) : array Controller arguments
getArgumentsToBeExcludedFromQueryString ( ) : array Arguments to be removed from the URI. Only active if addQueryString = TRUE
getController ( ) : string Target controller name
getFormat ( ) : string The requested format, for example "html"
getPackage ( ) : string Key of the target package
getSection ( ) : string The anchor to be appended to the URL
getSubpackage ( ) : string Key of the target sub package
isAbsolute ( ) : boolean If TRUE, an absolute URI is rendered
isAddQueryString ( ) : boolean If TRUE, the current query parameters will be kept in the URI

메소드 상세

evaluate() 공개 메소드

public evaluate ( ) : string
리턴 string

getAction() 공개 메소드

Target controller action name
public getAction ( ) : string
리턴 string

getAdditionalParams() 공개 메소드

Additional query parameters that won't be prefixed like $arguments (overrule $arguments)
public getAdditionalParams ( ) : array
리턴 array

getArguments() 공개 메소드

Controller arguments
public getArguments ( ) : array
리턴 array

getArgumentsToBeExcludedFromQueryString() 공개 메소드

Arguments to be removed from the URI. Only active if addQueryString = TRUE

getController() 공개 메소드

Target controller name
public getController ( ) : string
리턴 string

getFormat() 공개 메소드

The requested format, for example "html"
public getFormat ( ) : string
리턴 string

getPackage() 공개 메소드

Key of the target package
public getPackage ( ) : string
리턴 string

getSection() 공개 메소드

The anchor to be appended to the URL
public getSection ( ) : string
리턴 string

getSubpackage() 공개 메소드

Key of the target sub package
public getSubpackage ( ) : string
리턴 string

isAbsolute() 공개 메소드

If TRUE, an absolute URI is rendered
public isAbsolute ( ) : boolean
리턴 boolean

isAddQueryString() 공개 메소드

If TRUE, the current query parameters will be kept in the URI
public isAddQueryString ( ) : boolean
리턴 boolean