bool getErrorBubbling() Unsupported method. Return Value bool Whether errors will bubble up
mixed getEmptyData() Unsupported method. Return Value mixed The data returned if the form is empty
bool getByReference() Unsupported method. Return Value bool Whether to modify the form's data by reference
mixed getData() Unsupported method. Return Value mixed The initial form data
bool getDataLocked() Unsupported method. Return Value bool Whether the data is locked
string getDataClass() Unsupported method. Return Value string The data class or null
bool getCompound() Unsupported method. Return Value bool Whether the form is compound
array getAttributes() Returns additional attributes of the button. Return Value array An array of key-value combinations
bool getAutoInitialize() Unsupported method. Return Value bool Returns true if the form should be initialized when created, false otherwise.
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