PHP 클래스 Neos\FluidAdaptor\ViewHelpers\Format\UrlencodeViewHelper

또한 보기: http://www.php.net/manual/function.urlencode.php = Examples = foo @+%/ foo%20%40%2B%25%2F (rawurlencode() applied) {text -> f:format.urlencode()} Url encoded text (rawurlencode() applied)
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$escapeChildren boolean

공개 메소드들

메소드 설명
render ( string $value = null ) : mixed Escapes special characters with their escaped counterparts as needed using PHPs urlencode() function.
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : string Applies rawurlencode() on the specified value.

메소드 상세

render() 공개 메소드

Escapes special characters with their escaped counterparts as needed using PHPs urlencode() function.
또한 보기: http://www.php.net/manual/function.urlencode.php
public render ( string $value = null ) : mixed
$value string string to format
리턴 mixed

renderStatic() 공개 정적인 메소드

Applies rawurlencode() on the specified value.
public static renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : string
$arguments array
$renderChildrenClosure Closure
$renderingContext TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface
리턴 string

프로퍼티 상세

$escapeChildren 보호되어 있는 프로퍼티

protected bool $escapeChildren
리턴 boolean