PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Format\PlaintextViewHelper

Expects that you use f:format.htmlentities or similar if you do not want HTML to be displayed as HTML, or simply want it stripped out.
상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: fluidtypo3/vhs

공개 메소드들

메소드 설명
render ( string $content = null ) : string Trims content, then trims each line of content

메소드 상세

render() 공개 메소드

Trims content, then trims each line of content
public render ( string $content = null ) : string
$content string
리턴 string