This commit is contained in:
Dennis Eichhorn 2022-12-16 21:59:21 +01:00
parent be407651b9
commit 84512219ef
25 changed files with 39 additions and 39 deletions

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -51,7 +51,7 @@ use Web\{APPNAME}\ShopView;
* *
* @package Web\{APPNAME} * @package Web\{APPNAME}
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\Views\View;
* *
* @package Web\{APPNAME} * @package Web\{APPNAME}
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class AppController extends ModuleAbstract final class AppController extends ModuleAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -24,7 +24,7 @@ use phpOMS\Views\View;
* *
* @package Web\{APPNAME} * @package Web\{APPNAME}
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class ShopView extends View class ShopView extends View

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
?> ?>

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
?> ?>

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
?> ?>

View File

@ -9,7 +9,7 @@
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* *
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -10,7 +10,7 @@
* *
* @version 1.0.0 * @version 1.0.0
* *
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
* *
* @package Modules\Shop\Admin\Install * @package Modules\Shop\Admin\Install
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class CMS class CMS

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
* *
* @package Modules\Shop\Admin\Install * @package Modules\Shop\Admin\Install
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Navigation class Navigation

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\System\File\Local\Directory;
* *
* @package Modules\Shop\Admin * @package Modules\Shop\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Installer extends InstallerAbstract final class Installer extends InstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
* *
* @package Modules\Shop\Admin * @package Modules\Shop\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Status extends StatusAbstract final class Status extends StatusAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract;
* *
* @package Modules\Shop\Admin * @package Modules\Shop\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Uninstaller extends UninstallerAbstract final class Uninstaller extends UninstallerAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract;
* *
* @package Modules\Shop\Admin * @package Modules\Shop\Admin
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class Updater extends UpdaterAbstract final class Updater extends UpdaterAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Shop\Controller;
* *
* @package Modules\Shop * @package Modules\Shop
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ApiController extends Controller final class ApiController extends Controller

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Shop\Controller;
* *
* @package Modules\Shop * @package Modules\Shop
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
* @codeCoverageIgnore * @codeCoverageIgnore
*/ */

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Module\WebInterface;
* *
* @package Modules\Shop * @package Modules\Shop
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
class Controller extends ModuleAbstract implements WebInterface class Controller extends ModuleAbstract implements WebInterface

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Shop\Controller;
* *
* @package Modules\Shop * @package Modules\Shop
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
final class ShopController extends Controller final class ShopController extends Controller

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
* *
* @package Modules\Shop\Models * @package Modules\Shop\Models
* @license OMS License 1.0 * @license OMS License 1.0
* @link https://karaka.app * @link https://jingga.app
* @since 1.0.0 * @since 1.0.0
*/ */
abstract class PermissionCategory extends Enum abstract class PermissionCategory extends Enum

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
* @link https://karaka.app * @link https://jingga.app
*/ */
declare(strict_types=1); declare(strict_types=1);