PHP Класс Neos\FluidAdaptor\ViewHelpers\Widget\UriViewHelper

= Examples = {f:widget.uri(action: 'widgetAction')} --widget[@action]=widgetAction (depending on routing setup and current widget)
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
Показать файл Открыть проект

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

Свойство Тип Описание
$hashService Neos\Flow\Security\Cryptography\HashService

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

Метод Описание
render ( string $action = null, array $arguments = [], string $section = '', string $format = '', boolean $ajax = false, boolean $includeWidgetContext = false ) : string Render the Uri.

Защищенные методы

Метод Описание
getAjaxUri ( ) : string Get the URI for an AJAX Request.
getWidgetUri ( ) : string Get the URI for a non-AJAX Request.

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

getAjaxUri() защищенный Метод

Get the URI for an AJAX Request.
protected getAjaxUri ( ) : string
Результат string the AJAX URI

getWidgetUri() защищенный Метод

Get the URI for a non-AJAX Request.
protected getWidgetUri ( ) : string
Результат string the Widget URI

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

Render the Uri.
public render ( string $action = null, array $arguments = [], string $section = '', string $format = '', boolean $ajax = false, boolean $includeWidgetContext = false ) : string
$action string Target action
$arguments array Arguments
$section string The anchor to be added to the URI
$format string The requested format, e.g. ".html"
$ajax boolean TRUE if the URI should be to an AJAX widget, FALSE otherwise.
$includeWidgetContext boolean TRUE if the URI should contain the serialized widget context (only useful for stateless AJAX widgets)
Результат string The rendered link

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

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

protected HashService,Neos\Flow\Security\Cryptography $hashService
Результат Neos\Flow\Security\Cryptography\HashService