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

= Examples = (depending on $object) (depending on property "interests")
Наследование: extends AbstractFormFieldViewHelper
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
initializeArguments ( ) : void Initialize the arguments.
render ( boolean $checked = null, boolean $multiple = null ) : string Renders the checkbox.

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

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

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

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

Renders the checkbox.
public render ( boolean $checked = null, boolean $multiple = null ) : string
$checked boolean Specifies that the input element should be preselected
$multiple boolean Specifies whether this checkbox belongs to a multivalue (is part of a checkbox group)
Результат string

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

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

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