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

또한 보기: http://www.php.net/manual/function.strip-tags.php = Examples = Some Text with Tags and an Ümlaut. Some Text with Tags and an Ümlaut. (strip_tags() applied. Note: encoded entities are not decoded) {text -> f:format.stripTags()} Text without tags (strip_tags() 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 strip_tags() function.
renderStatic ( array $arguments, Closure $renderChildrenClosure, TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface $renderingContext ) : string Applies strip_tags() on the specified value.

메소드 상세

render() 공개 메소드

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

renderStatic() 공개 정적인 메소드

Applies strip_tags() 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