There was an error while loading. Please reload this page.
Interface for defining common vars
Description
public getControl (void)
Gets form control options
Parameters
This function has no parameters.
Return Values
array|null
public getDataType (void)
Gets datatype
string|int
public getOtherConfig (void)
Gets other config data
public isRequired (void)
Is required?
bool
public parseValue (mixed $default)
Parse value
(mixed) $default
mixed