PHP Class FluidTYPO3\Vhs\ViewHelpers\Format\TidyViewHelper

Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$hasTidy boolean

Public Methods

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

Method Details

initialize() public method

public initialize ( ) : void
return void

render() public method

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

Property Details

$hasTidy protected_oe property

protected bool $hasTidy
return boolean