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

= Examples = some link some link (depending on routing setup and current widget)
Наследование: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
Показать файл Открыть проект

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

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

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

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

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

Метод Описание
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

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

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

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

Render the link.
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

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

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