ComponentRecord
class ComponentRecord extends JObject
Object representing a component extension record
Properties
integer | $id | Primary key | |
integer | $option | The component name | |
integer | $enabled | Indicates if this component is enabled |
Methods
__construct(
array $data = array())
Class constructor
mixed
__get(
string $name)
Method to get certain otherwise inaccessible properties from the form field object.
void
__set(
string $name,
mixed $value)
Method to set certain otherwise inaccessible properties of the form field object.
Registry
getParams()
Returns the menu item parameters
void
setParams(
Registry|string $params)
Sets the menu item parameters