Interface luya\admin\components\AdminMenuBuilderInterface
Implemented by | luya\admin\components\AdminMenuBuilder |
---|---|
Available since version | 1.0.0 |
Source Code | https://github.com/luyadev/luya-module-admin/blob/master/src/components/AdminMenuBuilderInterface.php |
Interface of the AdminMenuBuilder class.
If the AdminMenuBuilder class is instance of the AdminMenuBuilderInterface we can ensure to get the menu data with menu()
method.
Public Methods
Method | Description | Defined By |
---|---|---|
getPermissionApis() | luya\admin\components\AdminMenuBuilderInterface | |
getPermissionRoutes() | luya\admin\components\AdminMenuBuilderInterface | |
menu() | Get the Menu Array. | luya\admin\components\AdminMenuBuilderInterface |