PHP Class FluxBB\Models\User

Inheritance: extends Base, implements Illuminate\Contracts\Auth\Authenticatable, implements FluxBB\Models\HasPermissions
Afficher le fichier Open project: fluxbb/core Class Usage Examples

Protected Properties

Свойство Type Description
$dates
$fillable TODO: Review
$table

Méthodes publiques

Méthode Description
bans ( )
canViewUsers ( )
current ( )
dispPosts ( )
dispTopics ( )
getAuthIdentifier ( )
getAuthPassword ( )
getAvatarFile ( )
getRememberToken ( )
getRememberTokenName ( )
group ( )
guest ( )
hasAdminNote ( )
hasAvatar ( )
hasLocation ( )
hasSignature ( )
hasUrl ( )
isAdmMod ( ) Obsolete. Will be replaced by proper ACL stuff.
isAdmin ( )
isMember ( )
isModerator ( )
isOnline ( )
isSubscribed ( Topic $topic )
may ( $action )
posts ( )
sessions ( )
setRememberToken ( $value )
signature ( )
subscriptions ( )
title ( )

Méthodes protégées

Méthode Description
setPasswordAttribute ( $password )

Method Details

bans() public méthode

public bans ( )

canViewUsers() public méthode

public canViewUsers ( )

current() public static méthode

public static current ( )

dispPosts() public méthode

public dispPosts ( )

dispTopics() public méthode

public dispTopics ( )

getAuthIdentifier() public méthode

public getAuthIdentifier ( )

getAuthPassword() public méthode

public getAuthPassword ( )

getAvatarFile() public méthode

public getAvatarFile ( )

getRememberToken() public méthode

public getRememberToken ( )

getRememberTokenName() public méthode

group() public méthode

public group ( )

guest() public méthode

public guest ( )

hasAdminNote() public méthode

public hasAdminNote ( )

hasAvatar() public méthode

public hasAvatar ( )

hasLocation() public méthode

public hasLocation ( )

hasSignature() public méthode

public hasSignature ( )

hasUrl() public méthode

public hasUrl ( )

isAdmMod() public méthode

Obsolete. Will be replaced by proper ACL stuff.
public isAdmMod ( )

isAdmin() public méthode

public isAdmin ( )

isMember() public méthode

public isMember ( )

isModerator() public méthode

public isModerator ( )

isOnline() public méthode

public isOnline ( )

isSubscribed() public méthode

public isSubscribed ( Topic $topic )
$topic Topic

may() public méthode

public may ( $action )

posts() public méthode

public posts ( )

sessions() public méthode

public sessions ( )

setPasswordAttribute() protected méthode

protected setPasswordAttribute ( $password )

setRememberToken() public méthode

public setRememberToken ( $value )

signature() public méthode

public signature ( )

subscriptions() public méthode

public subscriptions ( )

title() public méthode

public title ( )

Property Details

$dates protected_oe property

protected $dates

$fillable protected_oe property

TODO: Review
protected $fillable

$table protected_oe property

protected $table