PHP 클래스 bubasuma\simplechat\models\User

부터: 1.0
저자: Buba Suma ([email protected])
상속: extends yii\db\ActiveRecord, implements yii\web\IdentityInterface
파일 보기 프로젝트 열기: bubasuma/yii2-simplechat 1 사용 예제들

공개 메소드들

메소드 설명
beforeSave ( $insert )
fields ( )
findIdentity ( $id ) : static
findIdentityByAccessToken ( $token, $type = null )
getAll ( ) : static[]
getAuthKey ( )
getAvatar ( ) : string
getId ( )
getName ( ) : string
getProfile ( ) : UserProfile
rules ( )
setName ( string $name )
tableName ( )
validateAuthKey ( $authKey )

메소드 상세

beforeSave() 공개 메소드

public beforeSave ( $insert )

fields() 공개 메소드

public fields ( )

findIdentity() 공개 정적인 메소드

public static findIdentity ( $id ) : static
리턴 static

findIdentityByAccessToken() 공개 정적인 메소드

public static findIdentityByAccessToken ( $token, $type = null )

getAll() 공개 정적인 메소드

public static getAll ( ) : static[]
리턴 static[]

getAuthKey() 공개 메소드

public getAuthKey ( )

getAvatar() 공개 메소드

public getAvatar ( ) : string
리턴 string

getId() 공개 메소드

public getId ( )

getName() 공개 메소드

public getName ( ) : string
리턴 string

getProfile() 공개 메소드

public getProfile ( ) : UserProfile
리턴 UserProfile

rules() 공개 메소드

public rules ( )

setName() 공개 메소드

public setName ( string $name )
$name string

tableName() 공개 정적인 메소드

public static tableName ( )

validateAuthKey() 공개 메소드

public validateAuthKey ( $authKey )