debug\Module initPanels()

initPanels() protected method Initializes panels. protected void initPanels ( )

debug\Module init()

init() public method Initializes the module. This method is called after the module is created and initialized with property values given in configuration. The default implementation will initialize $controllerNamespace if it is not set. If you override this method, please make sure you call the parent implementation. public void init ( )

debug\Module getYiiLogo()

getYiiLogo() public static method Returns the logo URL to be used in <img src=" public static string getYiiLogo ( )return string The logo URL

debug\Module getToolbarHtml()

getToolbarHtml() public method (available since version 2.0.7) Gets the Toolbars html public void getToolbarHtml ( )

debug\Module defaultVersion()

defaultVersion() protected method (available since version 2.0.7) Returns default module version. Child class may override this method to provide more specific version detection. protected string defaultVersion ( )return string The version of this module.

debug\Module corePanels()

corePanels() protected method protected array corePanels ( )return array Default set of panels

debug\Module checkAccess()

checkAccess() protected method Checks if current user is allowed to access the module protected boolean checkAccess ( )return boolean If access is granted

debug\Module bootstrap()

bootstrap() public method Bootstrap method to be called during application bootstrap stage. public void bootstrap ( $app )$app yii\base\Application The application currently running

debug\Module beforeAction()

beforeAction() public method This method is invoked right before an action within this module is executed. The method will trigger the EVENT_BEFORE_ACTION event. The return value of the method will determine whether the action should continue to run. In case the action should not run, the request should be handled inside of the beforeAction code by either providing the necessary output or redirecting the request. Otherwise the response will be empty. If you override this method, your code s

debug\Module $toolbarHtml

$toolbarHtml public read-only property public void getToolbarHtml ( )