Warning: Undefined variable $namespace in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/InstallerClass.tpl.php on line 7
package. * * Copyright
Warning: Undefined variable $vendor in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/InstallerClass.tpl.php on line 9
. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace
Warning: Undefined variable $namespace in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/InstallerClass.tpl.php on line 15
; use Zikula\ExtensionsModule\Installer\AbstractExtensionInstaller; class
Warning: Undefined variable $name in /home/dwtechco/public_html/vendor/zikula/core-bundle/Resources/skeleton/extension/InstallerClass.tpl.php on line 19
extends AbstractExtensionInstaller { public function install(): bool { return true; } public function upgrade(string $oldVersion): bool { return true; } public function uninstall(): bool { return true; } }