Factory for the tag objects. Creates the appropriate tag object for the incoming tag name and attributes.
SimpleTag
createTag
(
string $name,
hash $attributes)
-
string
$name: HTML tag name.
-
hash
$attributes: Element attributes.
Factory for input tags.
-
hash
$attributes: Element attributes.
Factory for selection fields.
SimpleTag
_createSelectionTag
(
hash $attributes)
-
hash
$attributes: Element attributes.