Class MFormItemFactory
description
Namespace: webfilesframework\io\form
Author: Sebastian Monzel < mail@sebastianmonzel.de >
Since: 0.1.7
Located at io/form/MFormItemFactory.php
Author: Sebastian Monzel < mail@sebastianmonzel.de >
Since: 0.1.7
Located at io/form/MFormItemFactory.php
public static
MFormItem
|
#
getFormItemByAttributeName( string $attributeName, $attributeValue, string $localizedName = "" )
Creates a MFormItem by a given attributeName. |
public static
MAbstractFormItem
|
#
getFormItemByAttributeType( string $attributeType, string $attributeName, string $attributeValue = "", string $localizedName = "" )
|
public static
|
#
getDropdownMenueFormItemByTemplate( $formItemName, $template, $selectedValue, $isFiltered = false, $localizedName = "" )
|
public static
|