PHP Class Neos\FluidAdaptor\ViewHelpers\Link\ActionViewHelper

= Examples = some link some link (depending on routing setup and current package/controller/action) some link some link (depending on routing setup)
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$tagName string

Public Methods

Method Description
initializeArguments ( ) : void Initialize arguments
render ( string $action, array $arguments = [], string $controller = null, string $package = null, string $subpackage = null, string $section = '', string $format = '', array $additionalParams = [], boolean $addQueryString = false, array $argumentsToBeExcludedFromQueryString = [], boolean $useParentRequest = false, boolean $absolute = true, boolean $useMainRequest = false ) : string Render the link.

Method Details

initializeArguments() public method

Initialize arguments
public initializeArguments ( ) : void
return void

render() public method

Render the link.
public render ( string $action, array $arguments = [], string $controller = null, string $package = null, string $subpackage = null, string $section = '', string $format = '', array $additionalParams = [], boolean $addQueryString = false, array $argumentsToBeExcludedFromQueryString = [], boolean $useParentRequest = false, boolean $absolute = true, boolean $useMainRequest = false ) : string
$action string Target action
$arguments array Arguments
$controller string Target controller. If NULL current controllerName is used
$package string Target package. if NULL current package is used
$subpackage string Target subpackage. if NULL current subpackage is used
$section string The anchor to be added to the URI
$format string The requested format, e.g. ".html"
$additionalParams array additional query parameters that won't be prefixed like $arguments (overrule $arguments)
$addQueryString boolean If set, the current query parameters will be kept in the URI
$argumentsToBeExcludedFromQueryString array arguments to be removed from the URI. Only active if $addQueryString = TRUE
$useParentRequest boolean If set, the parent Request will be used instead of the current one. Note: using this argument can be a sign of undesired tight coupling, use with care
$absolute boolean By default this ViewHelper renders links with absolute URIs. If this is FALSE, a relative URI is created instead
$useMainRequest boolean If set, the main Request will be used instead of the current one. Note: using this argument can be a sign of undesired tight coupling, use with care
return string The rendered link

Property Details

$tagName protected property

protected string $tagName
return string