Class CMS_contactDatas_catalog

Description

Class CMS_contactDatas_catalog

Keeps track of logging action

Located in /automne/classes/common/contactdatascatalog.php (line 27)

CMS_grandFather
   |
   --CMS_contactDatas_catalog
Method Summary
 static array getByEmail (string $data)
 static CMS_contactData getById (integer $data)
 static CMS_contactData getByUser (array $data)
Methods
static getByEmail (line 54)

Get array of contacts data by Email

  • return: of CMS_profile_user
  • access: public
static array getByEmail (string $data)
  • string $data
static getById (line 36)

Get a contact data by Id

  • return: or null
  • access: public
static CMS_contactData getById (integer $data)
  • integer $data: or array $data
static getByUser (line 93)

Get by user : returns the contact data for given user

  • access: public
static CMS_contactData getByUser (array $data)
  • array $data: : datas from DB (loaded by CMS_profile_user) or CMS_profile_user object

Inherited Methods

Inherited From CMS_grandFather

 CMS_grandFather::autoload()
 CMS_grandFather::hasError()
 CMS_grandFather::log()
 CMS_grandFather::PHPErrorHandler()
 CMS_grandFather::raiseError()
 CMS_grandFather::setDebug()
 CMS_grandFather::setLog()
 CMS_grandFather::_raiseError()
 CMS_grandFather::__call()
Class Constants

Documentation generated on Wed, 15 Feb 2012 15:29:36 +0100 by phpDocumentor 1.4.3