Class JComponentRecord
Object representing a component extension record
- JObject
-
JComponentRecord
Package: Joomla\Libraries\Component
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.7.0
Note: As of 4.0 this class will no longer extend JObject
Located at cms/component/record.php
Copyright: Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Since: 3.7.0
Note: As of 4.0 this class will no longer extend JObject
Located at cms/component/record.php
Methods summary
public
|
|
public
mixed
|
|
public
|
|
public
|
|
public
|
Methods inherited from JObject
__toString(),
def(),
get(),
getError(),
getErrors(),
getProperties(),
set(),
setError(),
setProperties()
Magic methods summary
Properties summary
public
integer
|
$id |
#
Primary key |
public
integer
|
$option |
#
The component name |
protected
string| |
$params |
#
The component parameters |
public
integer
|
$enabled |
#
Indicates if this component is enabled |
