\JUcmContent
Base class for implementing UCM
Synopsis
class JUcmContent
extends JUcmBase
{
- // methods
- public void __construct()
- public boolean save()
- public boolean delete()
- public mapData()
- protected boolean store()
- public integer getPrimaryKey()
- // Inherited methods from JUcmBase
- public void __construct()
- protected boolean store()
- public getType()
- public array mapBase()
Hierarchy
Extends
Members
protected
- $alias
—
string
The alias for the content table - $table
—
JTable
The related table object - $type
—
JUcmType
The UCM type object
public
- $ucmData
—
array
The UCM data array
Methods
protected
- store() — Store data to the appropriate table
public
- __construct() — Instantiate JUcmContent.
- delete() — Delete content from the Core Content table
- getPrimaryKey() — Get the value of the primary key from #__ucm_base
- mapData() — Map the original content to the Core Content fields
- save() — Method to save the data
Inherited from JUcmBase
protected
- store() — Store data to the appropriate table