DebugKit\Panel\IncludePanel::__construct PHP Method

__construct() public method

Get a list of plugins on construct for later use
public __construct ( )
    public function __construct()
    {
        foreach (Plugin::loaded() as $plugin) {
            $this->_pluginPaths[$plugin] = Plugin::path($plugin);
        }
    }