PHP Class Owl\Http\ViewComposers\UserComposer

Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$user

Méthodes publiques

Méthode Description
__construct ( UserService $user ) : void Create a UserComposer
compose ( Illuminate\Contracts\View\View $view ) : void Share the user information to View

Method Details

__construct() public méthode

Create a UserComposer
public __construct ( UserService $user ) : void
$user Owl\Services\UserService
Résultat void

compose() public méthode

Share the user information to View
public compose ( Illuminate\Contracts\View\View $view ) : void
$view Illuminate\Contracts\View\View
Résultat void

Property Details

$user protected_oe property

protected $user