PHP Class FluxBB\Models\User

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

Protected Properties

Property Type Description
$dates
$fillable TODO: Review
$table

Public Methods

Method 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 ( )

Protected Methods

Method Description
setPasswordAttribute ( $password )

Method Details

bans() public method

public bans ( )

canViewUsers() public method

public canViewUsers ( )

current() public static method

public static current ( )

dispPosts() public method

public dispPosts ( )

dispTopics() public method

public dispTopics ( )

getAuthIdentifier() public method

public getAuthIdentifier ( )

getAuthPassword() public method

public getAuthPassword ( )

getAvatarFile() public method

public getAvatarFile ( )

getRememberToken() public method

public getRememberToken ( )

getRememberTokenName() public method

group() public method

public group ( )

guest() public method

public guest ( )

hasAdminNote() public method

public hasAdminNote ( )

hasAvatar() public method

public hasAvatar ( )

hasLocation() public method

public hasLocation ( )

hasSignature() public method

public hasSignature ( )

hasUrl() public method

public hasUrl ( )

isAdmMod() public method

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

isAdmin() public method

public isAdmin ( )

isMember() public method

public isMember ( )

isModerator() public method

public isModerator ( )

isOnline() public method

public isOnline ( )

isSubscribed() public method

public isSubscribed ( Topic $topic )
$topic Topic

may() public method

public may ( $action )

posts() public method

public posts ( )

sessions() public method

public sessions ( )

setPasswordAttribute() protected method

protected setPasswordAttribute ( $password )

setRememberToken() public method

public setRememberToken ( $value )

signature() public method

public signature ( )

subscriptions() public method

public subscriptions ( )

title() public method

public title ( )

Property Details

$dates protected_oe property

protected $dates

$fillable protected_oe property

TODO: Review
protected $fillable

$table protected_oe property

protected $table