Property | Type | Description | |
---|---|---|---|
$auth | Illuminate\Auth\AuthManager | ||
$showName | boolean |
Method | Description | |
---|---|---|
__construct ( Illuminate\Auth\AuthManager $auth ) | ||
collect ( ) | ||
getName ( ) | ||
getWidgets ( ) | ||
setShowName ( boolean $showName ) | Set to show the users name/email |
Method | Description | |
---|---|---|
getUserInformation ( Illuminate\Auth\UserInterface $user = null ) : array | Get displayed user information |
public __construct ( Illuminate\Auth\AuthManager $auth ) | ||
$auth | Illuminate\Auth\AuthManager |
protected getUserInformation ( Illuminate\Auth\UserInterface $user = null ) : array | ||
$user | Illuminate\Auth\UserInterface | |
return | array |
public setShowName ( boolean $showName ) | ||
$showName | boolean |
protected AuthManager,Illuminate\Auth $auth | ||
return | Illuminate\Auth\AuthManager |