PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
menu
/
src
/
Repositories
/
Interfaces
<?php namespace Botble\Menu\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface MenuInterface extends RepositoryInterface { /** * @param string $slug * @param bool $active * @param array $select * @param array $with * @return mixed */ public function findBySlug($slug, $active, array $select = [], array $with = []); /** * @param string $name * @return mixed */ public function createSlug($name); }
[-] MenuInterface.php
[edit]
[+]
..
[-] MenuNodeInterface.php
[edit]
[-] MenuLocationInterface.php
[edit]