Свойство | Тип | Описание | |
---|---|---|---|
$auth | Illuminate\Auth\AuthManager | ||
$showName | boolean |
Метод | Описание | |
---|---|---|
__construct ( Illuminate\Auth\AuthManager $auth ) | ||
collect ( ) | ||
getName ( ) | ||
getWidgets ( ) | ||
setShowName ( boolean $showName ) | Set to show the users name/email |
Метод | Описание | |
---|---|---|
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 | |
Результат | array |
public setShowName ( boolean $showName ) | ||
$showName | boolean |
protected AuthManager,Illuminate\Auth $auth | ||
Результат | Illuminate\Auth\AuthManager |