Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Static Public Member Functions | List of all members
Account Class Reference

Public Member Functions

 tableName ()
 rules ()
 relations ()
 afterFind ()
 beforeSave ()

Static Public Member Functions

static model ($className=__CLASS__)
static create ($service)

Detailed Description

Definition at line 5 of file Account.php.

Member Function Documentation

static Account::model (   $className = __CLASS__)
static

Returns the static model of the specified AR class.

Returns
CActiveRecord the static model class

Definition at line 11 of file Account.php.

Referenced by AdminController\actionDelete(), SUserIdentity\authenticate(), AccountTest\testDelete(), and AccountTest\testFind().

{
return parent::model($className);
}
Account::tableName ( )
Returns
string the associated database table name

Definition at line 19 of file Account.php.

{
return Yii::app()->getModule('user')->tableAccounts;
}

The documentation for this class was generated from the following file: