This commit is contained in:
Dennis Eichhorn 2022-12-16 21:59:20 +01:00
parent baa6ea31d6
commit f5c666e97a
141 changed files with 212 additions and 212 deletions

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Interfaces
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
trait ExchangeTrait

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Modules\Exchange\Models\Interfaces\OMS
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Exporter extends ExporterAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Modules\Exchange\Models\Interfaces\OMS
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Importer extends ImporterAbstract

View File

@ -10,7 +10,7 @@ declare(strict_types=1);
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
return [
'DatabaseExchanger' => 'Database Exchanger',

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -29,7 +29,7 @@ use phpOMS\Uri\HttpUri;
*
* @package Modules\Exchange
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class Installer extends InstallerAbstract

View File

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

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
*
* @package Modules\Exchange
* @license OMS License 1.0
* @link https://karaka.app
* @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 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract;
*
* @package Modules\Exchange
* @license OMS License 1.0
* @link https://karaka.app
* @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 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract;
*
* @package Modules\Exchange
* @license OMS License 1.0
* @link https://karaka.app
* @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 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -42,7 +42,7 @@ use phpOMS\Utils\StringUtils;
*
* @package Modules\Exchange
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class ApiController extends Controller

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -26,7 +26,7 @@ use phpOMS\Views\View;
*
* @package Modules\Exchange
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
* @codeCoverageIgnore
*/

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -67,7 +67,7 @@ use phpOMS\Utils\IO\Zip\Zip;
*
* @package Modules\Exchange\Models\Interfaces\GSD
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*
* @codeCoverageIgnore

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Interfaces\GSD\Model
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class GSDAddressMapper extends DataMapperFactory

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Interfaces\GSD\Model
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class GSDArticleMapper extends DataMapperFactory

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Interfaces\GSD\Model
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class GSDCostCenterMapper extends DataMapperFactory

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Interfaces\GSD\Model
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class GSDCostObjectMapper extends DataMapperFactory

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Interfaces\GSD\Model
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class GSDCustomerMapper extends DataMapperFactory

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Interfaces\GSD\Model
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class GSDSupplierMapper extends DataMapperFactory

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Modules\Exchange\Models\Interfaces\Intrexx
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*
* @codeCoverageIgnore

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use Modules\Admin\Models\Account;
*
* @package Modules\Exchange\Models
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class ExchangeLog implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Models
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class ExchangeLogMapper extends DataMapperFactory

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use Modules\Job\Models\Job;
*
* @package Modules\Exchange\Models
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class ExchangeSetting implements \JsonSerializable

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Models
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class ExchangeSettingMapper extends DataMapperFactory

View File

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

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Interfaces
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class ExporterAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\Message\RequestAbstract;
*
* @package Interfaces
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
abstract class ImporterAbstract

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -27,7 +27,7 @@ use phpOMS\System\File\PathException;
*
* @package phpOMS\Module
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
class InterfaceManager

View File

@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
* @link https://jingga.app
*/
declare(strict_types=1);
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Exchange\Models
* @license OMS License 1.0
* @link https://karaka.app
* @link https://jingga.app
* @since 1.0.0
*/
final class InterfaceManagerMapper extends DataMapperFactory

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More