PHP Class UserIdentityDb, gxc-cms

Author: Tuan Nguyen ([email protected])
Inheritance: extends CUserIdentity
ファイルを表示 Open project: nganhtuan63/gxc-cms

Public Methods

Method Description
authenticate ( ) : integer This function check the user Authentication
getId ( ) : bigint Return the property _id of the class
getModel ( ) : CActiveRecord Return the _model of the class

Method Details

authenticate() public method

This function check the user Authentication
public authenticate ( ) : integer
return integer

getId() public method

Return the property _id of the class
public getId ( ) : bigint
return bigint

getModel() public method

Return the _model of the class
public getModel ( ) : CActiveRecord
return CActiveRecord