PHP Class REBELinBLUE\Deployer\Composers\NavigationComposer

Show file Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( REBELinBLUE\Deployer\Contracts\Repositories\GroupRepositoryInterface $groupRepository ) NavigationComposer constructor.
compose ( Illuminate\Contracts\View\View $view ) Generates the group listing for the view.

Method Details

__construct() public method

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

compose() public method

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