PHP Класс Modules\Recipe\Sidebar\SidebarExtender

Наследование: implements Maatwebsite\Sidebar\SidebarExtender
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$auth Modules\Core\Contracts\Authentication

Открытые методы

Метод Описание
__construct ( Modules\Core\Contracts\Authentication $auth )
extendWith ( Maatwebsite\Sidebar\Menu $menu ) : Maatwebsite\Sidebar\Menu

Описание методов

__construct() публичный метод

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

extendWith() публичный метод

public extendWith ( Maatwebsite\Sidebar\Menu $menu ) : Maatwebsite\Sidebar\Menu
$menu Maatwebsite\Sidebar\Menu
Результат Maatwebsite\Sidebar\Menu

Описание свойств

$auth защищенное свойство

protected Authentication,Modules\Core\Contracts $auth
Результат Modules\Core\Contracts\Authentication