PHP Класс Neos\FluidAdaptor\ViewHelpers\Form\TextfieldViewHelper

= Examples =
Наследование: extends AbstractFormFieldViewHelper
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$tagName string

Открытые методы

Метод Описание
initializeArguments ( ) : void Initialize the arguments.
render ( boolean $required = false, string $type = 'text' ) : string Renders the textfield.

Описание методов

initializeArguments() публичный Метод

Initialize the arguments.
public initializeArguments ( ) : void
Результат void

render() публичный Метод

Renders the textfield.
public render ( boolean $required = false, string $type = 'text' ) : string
$required boolean If the field is required or not
$type string The field type, e.g. "text", "email", "url" etc.
Результат string

Описание свойств

$tagName защищенное свойство

protected string $tagName
Результат string