PHP 클래스 Neos\Neos\ViewHelpers\Link\ModuleViewHelper

= Examples = some link some link
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractTagBasedViewHelper
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

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