PHP Class FluidTYPO3\Vhs\ViewHelpers\Iterator\ExplodeViewHelper

Explodes a string by $glue.
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper, use trait FluidTYPO3\Vhs\Traits\BasicViewHelperTrait, use trait FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait
Datei anzeigen Open project: fluidtypo3/vhs

Protected Properties

Property Type Description
$method string

Public Methods

Method Description
initializeArguments ( ) : void Initialize
render ( ) : mixed Render method

Protected Methods

Method Description
resolveGlue ( ) : string Detects the proper glue string to use for implode/explode operation

Method Details

initializeArguments() public method

Initialize
public initializeArguments ( ) : void
return void

render() public method

Render method
public render ( ) : mixed
return mixed

resolveGlue() protected method

Detects the proper glue string to use for implode/explode operation
protected resolveGlue ( ) : string
return string

Property Details

$method protected_oe property

protected string $method
return string