mixed getEmptyData() Unsupported method. Return Value mixed The data returned if the form is empty
bool getDisabled() Returns whether the button is disabled. Return Value bool Whether the form is disabled
string getDataClass() Unsupported method. Return Value string The data class or null
bool getByReference() Unsupported method. Return Value bool Whether to modify the form's data by reference
bool getCompound() Unsupported method. Return Value bool Whether the form is compound
mixed getData() Unsupported method. Return Value mixed The initial form data
bool getDataLocked() Unsupported method. Return Value bool Whether the data is locked
bool getAutoInitialize() Unsupported method. Return Value bool Returns true if the form should be initialized when created, false otherwise.
string getAction() Unsupported method. Return Value string The target URL of the form
mixed getAttribute(string $name, mixed $default = null) Returns the value of the given attribute. Parameters string $name The attribute name mixed $default The value returned if the attribute does not exist Return Value mixed The attribute value
Page 692 of 787