PHP Class UserToBlog

The followings are the available columns in table 'user_to_blog':
Inheritance: extends yupe\models\YModel
Afficher le fichier Open project: yupe/yupe Class Usage Examples

Méthodes publiques

Méthode Description
activate ( )
afterSave ( )
attributeDescriptions ( ) : array
attributeLabels ( ) : array
beforeDelete ( ) : boolean
behaviors ( ) : array
getRole ( ) : mixed | string
getRoleList ( ) : array
getStatus ( ) : mixed | string
getStatusList ( ) : array
isActive ( ) : boolean
isConfirmation ( ) : boolean
isDeleted ( ) : boolean
model ( string $className = __CLASS__ ) : UserToBlog Returns the static model of the specified AR class.
relations ( ) : array
rules ( ) : array
search ( ) : CActiveDataProvider Retrieves a list of models based on the current search/filter conditions.
tableName ( ) : string

Method Details

activate() public méthode

public activate ( )

afterSave() public méthode

public afterSave ( )

attributeDescriptions() public méthode

public attributeDescriptions ( ) : array
Résultat array customized attribute descriptions (name=>description)

attributeLabels() public méthode

public attributeLabels ( ) : array
Résultat array customized attribute labels (name=>label)

beforeDelete() public méthode

public beforeDelete ( ) : boolean
Résultat boolean

behaviors() public méthode

public behaviors ( ) : array
Résultat array

getRole() public méthode

public getRole ( ) : mixed | string
Résultat mixed | string

getRoleList() public méthode

public getRoleList ( ) : array
Résultat array

getStatus() public méthode

public getStatus ( ) : mixed | string
Résultat mixed | string

getStatusList() public méthode

public getStatusList ( ) : array
Résultat array

isActive() public méthode

public isActive ( ) : boolean
Résultat boolean

isConfirmation() public méthode

public isConfirmation ( ) : boolean
Résultat boolean

isDeleted() public méthode

public isDeleted ( ) : boolean
Résultat boolean

model() public static méthode

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : UserToBlog
$className string
Résultat UserToBlog the static model class

relations() public méthode

public relations ( ) : array
Résultat array relational rules.

rules() public méthode

public rules ( ) : array
Résultat array validation rules for model attributes.

tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name