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
Afficher le fichier Open project: fluidtypo3/vhs

Méthodes publiques

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

Method Details

render() public méthode

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