init(); } /** * init the plugin */ protected function init(){ $this->register($this->pluginName, $this->title, $this->version, $this->description, $this->extraInitParams); $isBlox = self::isBloxExists(); if($isBlox == false) $this->addFilter(self::FILTER_MODIFY_URL_VIEW, "modifyUrlView",10,3); } } //run the plugin new AddonLibraryLayoutEditorPluginUC();