FOF30\Form\Field\Callback::getInput PHP Метод

getInput() защищенный Метод

Method to get the field input markup.
С версии: 11.1
protected getInput ( ) : string
Результат string The field input markup.
    protected function getInput()
    {
        return $this->getCallbackResults();
    }