This commit is contained in:
Dennis Eichhorn 2023-10-09 22:06:38 +00:00
parent c6deeefb80
commit 9de0498391
16 changed files with 27 additions and 27 deletions

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://jingga.app
*/
declare(strict_types=1);
@ -27,7 +27,7 @@ use phpOMS\Uri\HttpUri;
*
* @package Modules\Labeling\Admin
* @license OMS License 2.0
* @link https://orange-management.org
* @link https://jingga.app
* @since 1.0.0
*/
final class Installer extends InstallerAbstract
@ -104,7 +104,7 @@ final class Installer extends InstallerAbstract
$module->apiLabelLayoutCreate($request, $response);
$responseData = $response->get('');
$responseData = $response->getData('');
if (!\is_array($responseData)) {
continue;
}

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://jingga.app
*/
declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\Views\View;
*
* @package Modules\Labeling
* @license OMS License 2.0
* @link https://orange-management.org
* @link https://jingga.app
* @since 1.0.0
*/
final class BackendController extends Controller

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface;
*
* @package Modules\Labeling
* @license OMS License 2.0
* @link https://orange-management.org
* @link https://jingga.app
* @since 1.0.0
*/
class Controller extends ModuleAbstract implements WebInterface
@ -33,7 +33,7 @@ class Controller extends ModuleAbstract implements WebInterface
* @var string
* @since 1.0.0
*/
public const MODULE_PATH = __DIR__ . '/../';
public const PATH = __DIR__ . '/../';
/**
* Module version.

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://jingga.app
* @see https://www.gs1.org/standards/gs1-datamatrix-guideline/25#2-Encoding-data+2-2-GS1-element-strings
* @see https://www.gs1.org/standards/barcodes/application-identifiers
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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