PHP 클래스 UserToBlog

The followings are the available columns in table 'user_to_blog':
상속: extends yupe\models\YModel
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

activate() 공개 메소드

public activate ( )

afterSave() 공개 메소드

public afterSave ( )

attributeDescriptions() 공개 메소드

public attributeDescriptions ( ) : array
리턴 array customized attribute descriptions (name=>description)

attributeLabels() 공개 메소드

public attributeLabels ( ) : array
리턴 array customized attribute labels (name=>label)

beforeDelete() 공개 메소드

public beforeDelete ( ) : boolean
리턴 boolean

behaviors() 공개 메소드

public behaviors ( ) : array
리턴 array

getRole() 공개 메소드

public getRole ( ) : mixed | string
리턴 mixed | string

getRoleList() 공개 메소드

public getRoleList ( ) : array
리턴 array

getStatus() 공개 메소드

public getStatus ( ) : mixed | string
리턴 mixed | string

getStatusList() 공개 메소드

public getStatusList ( ) : array
리턴 array

isActive() 공개 메소드

public isActive ( ) : boolean
리턴 boolean

isConfirmation() 공개 메소드

public isConfirmation ( ) : boolean
리턴 boolean

isDeleted() 공개 메소드

public isDeleted ( ) : boolean
리턴 boolean

model() 공개 정적인 메소드

Returns the static model of the specified AR class.
public static model ( string $className = __CLASS__ ) : UserToBlog
$className string
리턴 UserToBlog the static model class

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name