PHP Class Modules\Recipe\Sidebar\SidebarExtender

Inheritance: implements Maatwebsite\Sidebar\SidebarExtender
Datei anzeigen Open project: nwidart/laravel-modules

Protected Properties

Property Type Description
$auth Modules\Core\Contracts\Authentication

Public Methods

Method Description
__construct ( Modules\Core\Contracts\Authentication $auth )
extendWith ( Maatwebsite\Sidebar\Menu $menu ) : Maatwebsite\Sidebar\Menu

Method Details

__construct() public method

public __construct ( Modules\Core\Contracts\Authentication $auth )
$auth Modules\Core\Contracts\Authentication

extendWith() public method

public extendWith ( Maatwebsite\Sidebar\Menu $menu ) : Maatwebsite\Sidebar\Menu
$menu Maatwebsite\Sidebar\Menu
return Maatwebsite\Sidebar\Menu

Property Details

$auth protected_oe property

protected Authentication,Modules\Core\Contracts $auth
return Modules\Core\Contracts\Authentication