Initialization Function showInMenuMode()

protected final function showInMenuMode(
$shownInMenuMode = true
)

Summary

You can call this to indicate that your Plugin should be shown in Menu Mode. 

Where You Can Use It

From within your init() method, from Zenario 7.0.0 onwards.

Description

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.

Parameters

$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.