PHP Класс Neos\Neos\ViewHelpers\Link\ModuleViewHelper

= Examples = some link some link
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$tagName string
$uriModuleViewHelper Neos\Neos\ViewHelpers\Uri\ModuleViewHelper

Открытые методы

Метод Описание
initializeArguments ( ) : void Initialize arguments
render ( string $path, string $action = null, array $arguments = [], string $section = '', string $format = '', array $additionalParams = [], boolean $addQueryString = false, array $argumentsToBeExcludedFromQueryString = [] ) : string Render a link to a specific module

Описание методов

initializeArguments() публичный метод

Initialize arguments
public initializeArguments ( ) : void
Результат void

render() публичный метод

Render a link to a specific module
public render ( string $path, string $action = null, array $arguments = [], string $section = '', string $format = '', array $additionalParams = [], boolean $addQueryString = false, array $argumentsToBeExcludedFromQueryString = [] ) : string
$path string Target module path
$action string Target module action
$arguments array Arguments
$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
Результат string The rendered link

Описание свойств

$tagName защищенное свойство

protected string $tagName
Результат string

$uriModuleViewHelper защищенное свойство

protected ModuleViewHelper,Neos\Neos\ViewHelpers\Uri $uriModuleViewHelper
Результат Neos\Neos\ViewHelpers\Uri\ModuleViewHelper