showInMenuMode()
protected final function showInMenuMode($shownInMenuMode = true)
You can call this to indicate that your Plugin should be shown in Menu Mode.
From within your init() method, from Zenario 7.0.0 onwards.
All Plugins that relate to the Menu should be visible in Menu Mode, whereas all others should be faded. If your Plugin relates to the Menu then you should call this function to mark it as such.
$shownInMenuMode
Whether to show your Plugin in Menu Mode.
If you've previously called showInMenuMode() to enable your Plugin in Menu Mode, then you can turn this off by calling it again with $shownInMenuMode set to false.