\JUcmType
UCM Class for handling content types
Synopsis
class JUcmType
implements
JUcm
{
- // methods
- public void __construct()
- public getType()
- public getTypeByAlias()
- public mixed getTypeByTable()
- public mixed getTypeId()
- public mixed fieldmapExpand()
- public string __get()
Hierarchy
Implements
Members
protected
- $alias
—
string
The alias for the content type - $db
—
JDatabaseDriver
The Database object
public
- $type
—
JUcmType
The UCM Type
Methods
public
- __construct() — Class constructor
- __get() — Magic method to get the name of the field mapped to a ucm field (core_something).
- fieldmapExpand() — Method to expand the field mapping
- getType() — Get the Content Type
- getTypeByAlias() — Get the Content Type from the alias
- getTypeByTable() — Get the Content Type from the table class name
- getTypeId() — Retrieves the UCM type ID