Plugin Environment Variable $this->moduleClassName

Summary

The class name of the currently running Module.

Where You Can Use It

This can be used in your plugin's showSlot() and init() methods. From Zenario 7.0.0 onwards.

Description

It may be helpful to know the current class name for debugging purposes, however this variable should not be used in your logic.

Note that if you extend a Plugin, the class name will always be the name of the currently running Plugin, which may not be the class name that contains the function definition!