[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/Component/ -> ComponentRecord.php (summary)

Joomla! Content Management System

Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
File Size: 150 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ComponentRecord:: (5 methods):
  __construct()
  __get()
  __set()
  getParams()
  setParams()


Class: ComponentRecord  - X-Ref

Object representing a component extension record

__construct($data = array()   X-Ref
Class constructor

param: array  $data  The component record data to load

__get($name)   X-Ref
Method to get certain otherwise inaccessible properties from the form field object.

param: string  $name  The property name for which to get the value.
return: mixed  The property value or null.

__set($name, $value)   X-Ref
Method to set certain otherwise inaccessible properties of the form field object.

param: string  $name   The property name for which to set the value.
param: mixed   $value  The value of the property.
return: void

getParams()   X-Ref
Returns the menu item parameters

return: Registry

setParams($params)   X-Ref
Sets the menu item parameters

param: Registry|string  $params  The data to be stored as the parameters
return: void



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer