PHP Class Recca0120\LaravelTracy\Panels\AuthPanel

Inheritance: extends AbstractPanel
Show file Open project: recca0120/laravel-tracy

Protected Properties

Property Type Description
$name string $name.
$user array $user.

Protected Methods

Method Description
getAttributes ( ) : array getAttributes.
loadUser ( ) loadUser.

Method Details

getAttributes() protected method

getAttributes.
protected getAttributes ( ) : array
return array

loadUser() protected method

loadUser.
protected loadUser ( )

Property Details

$name protected property

$name.
protected string $name
return string

$user protected property

$user.
protected array $user
return array