PHP Class FluidTYPO3\Vhs\ViewHelpers\Format\TidyViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Afficher le fichier Open project: fluidtypo3/vhs

Protected Properties

Свойство Type Description
$hasTidy boolean

Méthodes publiques

Méthode Description
initialize ( ) : void
render ( string $content = null, string $encoding = 'utf8' ) : string Trims content, then trims each line of content

Method Details

initialize() public méthode

public initialize ( ) : void
Résultat void

render() public méthode

Trims content, then trims each line of content
public render ( string $content = null, string $encoding = 'utf8' ) : string
$content string
$encoding string
Résultat string

Property Details

$hasTidy protected_oe property

protected bool $hasTidy
Résultat boolean