trait FormImplementation

Trait für die Implementierung von Formularen in Presentern

Methods

static Properties
getFormConfig(Container $container, string $filename)

Konfiguration laden

static Object
getFormDefinition(Properties $config)

Formulardefinition

static string
getFormHTML(Container $container, string $filename)

HTML-Formular rendern

Details

at line 46
static protected Properties getFormConfig(Container $container, string $filename)

Konfiguration laden

Parameters

Container $container
string $filename

Return Value

Properties

Exceptions

ConfigurationException

at line 78
static protected Object getFormDefinition(Properties $config)

Formulardefinition

Parameters

Properties $config

Return Value

Object

Exceptions

ConfigurationException

at line 105
static protected string getFormHTML(Container $container, string $filename)

HTML-Formular rendern

Parameters

Container $container
string $filename

Return Value

string HTML-Formular

Exceptions

DataException
ConfigurationException