PHP 클래스 REBELinBLUE\Deployer\Composers\NavigationComposer

파일 보기 프로젝트 열기: rebelinblue/deployer

공개 메소드들

메소드 설명
__construct ( REBELinBLUE\Deployer\Contracts\Repositories\GroupRepositoryInterface $groupRepository ) NavigationComposer constructor.
compose ( Illuminate\Contracts\View\View $view ) Generates the group listing for the view.

메소드 상세

__construct() 공개 메소드

NavigationComposer constructor.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\GroupRepositoryInterface $groupRepository )
$groupRepository REBELinBLUE\Deployer\Contracts\Repositories\GroupRepositoryInterface

compose() 공개 메소드

Generates the group listing for the view.
public compose ( Illuminate\Contracts\View\View $view )
$view Illuminate\Contracts\View\View