[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/src/UCM/ -> UCMBase.php (summary)

Joomla! Content Management System

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

Defines 1 class

UCMBase:: (4 methods):
  __construct()
  store()
  getType()
  mapBase()


Class: UCMBase  - X-Ref

Base class for implementing UCM

__construct($alias = null, UCMType $type = null)   X-Ref
Instantiate the UCMBase.

param: string   $alias  The alias string
param: UCMType  $type   The type object

store($data, TableInterface $table = null, $primaryKey = null)   X-Ref
Store data to the appropriate table

param: array           $data        Data to be stored
param: TableInterface  $table       Table Object
param: string          $primaryKey  The primary key name
return: boolean  True on success

getType()   X-Ref
Get the UCM Content type.

return: UCMType  The UCM content type

mapBase($original, UCMType $type = null)   X-Ref
Method to map the base ucm fields

param: array    $original  Data array
param: UCMType  $type      UCM Content Type
return: array  Data array of UCM mappings



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