languages
[ class tree: languages ] [ index: languages ] [ all elements ]

Class: LibertyTranslations

Source Location: /languages/LibertyTranslations.php

Class Overview

BitBase
   |
   --LibertyBase
      |
      --LibertyTranslations



Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: LibertyBase

LibertyBase::__construct()
Constructor building on BitBase object
LibertyBase::getLibertyClass()
given a content_type_guid this will return an object of the proper type
LibertyBase::getLibertyObject()
Given a content_id, this will return and object of the proper type
LibertyBase::getNewObject()
Simple method to create a given class with a specified content_id. The purpose of a method is to allow for derived classes to override as necessary.
LibertyBase::getNewObjectById()
Simple method to create a given class with a specified primary_id. The purpose of a method is to allow for derived classes to override as necessary.

Class: BitBase

BitBase::BitBase()
During initialisation, we assign a name which is used by the class.
BitBase::__construct()
BitBase::clearFromCache()
BitBase::expunge()
Delete content object and all related records
BitBase::load()
BitBase::__destruct()

Class Details

[line 12]


[ Top ]


Class Methods


constructor __construct [line 13]

LibertyTranslations __construct( [ $pContentId = NULL])



Overrides LibertyBase::__construct() (Constructor building on BitBase object)

Parameters:

   $pContentId  

[ Top ]

method expunge [line 81]

void expunge( )



Overrides BitBase::expunge() (Delete content object and all related records)

[ Top ]

method getContentTranslations [line 18]

void getContentTranslations( )



[ Top ]

method storeTranslation [line 41]

void storeTranslation( $pParamHash)



Parameters:

   $pParamHash  

[ Top ]

method verify [line 54]

void verify( &$pParamHash)



Parameters:

   &$pParamHash  

[ Top ]


Documentation generated on Wed, 29 Jul 2015 13:57:00 +0000 by phpDocumentor 1.5.0-lsces