PHP 클래스 Barryvdh\Debugbar\DataCollector\AuthCollector

상속: extends DebugBar\DataCollector\DataCollector, implements DebugBar\DataCollector\Renderable
파일 보기 프로젝트 열기: barryvdh/laravel-debugbar 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Auth\AuthManager $auth )
$auth Illuminate\Auth\AuthManager

collect() 공개 메소드

public collect ( )

getName() 공개 메소드

public getName ( )

getUserInformation() 보호된 메소드

Get displayed user information
protected getUserInformation ( Illuminate\Auth\UserInterface $user = null ) : array
$user Illuminate\Auth\UserInterface
리턴 array

getWidgets() 공개 메소드

public getWidgets ( )

setShowName() 공개 메소드

Set to show the users name/email
public setShowName ( boolean $showName )
$showName boolean

프로퍼티 상세

$auth 보호되어 있는 프로퍼티

protected AuthManager,Illuminate\Auth $auth
리턴 Illuminate\Auth\AuthManager

$showName 보호되어 있는 프로퍼티

protected bool $showName
리턴 boolean