PHP 클래스 Modules\Recipe\Sidebar\SidebarExtender

상속: implements Maatwebsite\Sidebar\SidebarExtender
파일 보기 프로젝트 열기: nwidart/laravel-modules

보호된 프로퍼티들

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