PHP Class FluidTYPO3\Vhs\ViewHelpers\CallViewHelper

Calls a method on an existing object. Usable as inline or tag. ### Examples {object -> v:call(method: 'toArray')} {object}
Inheritance: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper
Datei anzeigen Open project: fluidtypo3/vhs

Public Methods

Method Description
render ( string $method, object $object = null, array $arguments = [] ) : mixed

Method Details

render() public method

public render ( string $method, object $object = null, array $arguments = [] ) : mixed
$method string
$object object
$arguments array
return mixed