FOF30\Form\Field\ViewTemplate::getInput PHP Méthode

getInput() protected méthode

Method to get the field input markup.
Since: 11.1
protected getInput ( ) : string
Résultat string The field input markup.
    protected function getInput()
    {
        return $this->getRenderedTemplate();
    }