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