PHP Класс TwbBundle\Form\View\Helper\TwbBundleFormCollection

Наследование: extends Zend\Form\View\Helper\FormCollection
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$fieldsetFormat string
$legendFormat string
$validTagAttributes array Attributes valid for the tag represented by this helper

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

Метод Описание
render ( Zend\Form\ElementInterface $oElement ) : string Render a collection by iterating through all fieldsets and elements
renderTemplate ( Zend\Form\Element\Collection $collection ) : string Only render a template

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

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

Render a collection by iterating through all fieldsets and elements
public render ( Zend\Form\ElementInterface $oElement ) : string
$oElement Zend\Form\ElementInterface
Результат string

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

Only render a template
public renderTemplate ( Zend\Form\Element\Collection $collection ) : string
$collection Zend\Form\Element\Collection
Результат string

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

$fieldsetFormat защищенное статическое свойство

protected static string $fieldsetFormat
Результат string

$legendFormat защищенное статическое свойство

protected static string $legendFormat
Результат string

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

Attributes valid for the tag represented by this helper
protected array $validTagAttributes
Результат array