PHP Class 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
Inheritance: extends AbstractTypoScriptObject
Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

Méthode Description
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

Method Details

evaluate() public méthode

public evaluate ( ) : string
Résultat string

getAction() public méthode

Target controller action name
public getAction ( ) : string
Résultat string

getAdditionalParams() public méthode

Additional query parameters that won't be prefixed like $arguments (overrule $arguments)
public getAdditionalParams ( ) : array
Résultat array

getArguments() public méthode

Controller arguments
public getArguments ( ) : array
Résultat array

getArgumentsToBeExcludedFromQueryString() public méthode

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

getController() public méthode

Target controller name
public getController ( ) : string
Résultat string

getFormat() public méthode

The requested format, for example "html"
public getFormat ( ) : string
Résultat string

getPackage() public méthode

Key of the target package
public getPackage ( ) : string
Résultat string

getSection() public méthode

The anchor to be appended to the URL
public getSection ( ) : string
Résultat string

getSubpackage() public méthode

Key of the target sub package
public getSubpackage ( ) : string
Résultat string

isAbsolute() public méthode

If TRUE, an absolute URI is rendered
public isAbsolute ( ) : boolean
Résultat boolean

isAddQueryString() public méthode

If TRUE, the current query parameters will be kept in the URI
public isAddQueryString ( ) : boolean
Résultat boolean