Added Interface for SidebarMenuManager, improved its functionality
This commit is contained in:
parent
7c049d5222
commit
f1ce8d8004
9
core/Manialinks/SidebarMenuEntryRenderable.php
Normal file
9
core/Manialinks/SidebarMenuEntryRenderable.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ManiaControl\Manialinks;
|
||||
|
||||
|
||||
interface SidebarMenuEntryable {
|
||||
public function reloadMenuIcon();
|
||||
}
|
Loading…
Reference in New Issue
Block a user