PHP 클래스 Neos\FluidAdaptor\ViewHelpers\Widget\LinkViewHelper

= Examples = some link some link (depending on routing setup and current widget)
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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