This commit is contained in:
Dennis Eichhorn 2022-12-16 21:59:21 +01:00
parent 9d475a6931
commit bf3fcf71fc
126 changed files with 161 additions and 161 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);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
* *
* @package Modules\RiskManagement\Admin\Install * @package Modules\RiskManagement\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);
@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract;
* *
* @package Modules\RiskManagement\Admin * @package Modules\RiskManagement\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);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
* *
* @package Modules\RiskManagement\Admin * @package Modules\RiskManagement\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\RiskManagement\Admin * @package Modules\RiskManagement\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\RiskManagement\Admin * @package Modules\RiskManagement\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);
@ -32,7 +32,7 @@ use phpOMS\Views\View;
* *
* @package Modules\RiskManagement * @package Modules\RiskManagement
* @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);
@ -21,7 +21,7 @@ use phpOMS\Module\ModuleAbstract;
* *
* @package Modules\RiskManagement * @package Modules\RiskManagement
* @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 class Controller 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);
@ -19,7 +19,7 @@ namespace Modules\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class Category class Category

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\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class CategoryMapper extends DataMapperFactory final class CategoryMapper extends DataMapperFactory

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class Cause class Cause

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\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class CauseMapper extends DataMapperFactory final class CauseMapper extends DataMapperFactory

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 Modules\Organization\Models\Department as OrgDepartment;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class Department class Department

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\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class DepartmentMapper extends DataMapperFactory final class DepartmentMapper extends DataMapperFactory

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullCategory extends Category final class NullCategory extends Category

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullCause extends Cause final class NullCause extends Cause

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullDepartment extends Department final class NullDepartment extends Department

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullProcess extends Process final class NullProcess extends Process

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullProject extends Project final class NullProject extends Project

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullRisk extends Risk final class NullRisk extends Risk

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullRiskObject extends RiskObject final class NullRiskObject extends RiskObject

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class NullSolution extends Solution final class NullSolution extends Solution

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\RiskManagement\Models * @package Modules\RiskManagement\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);
@ -21,7 +21,7 @@ use Modules\Organization\Models\Unit;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class Process class Process

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);
@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class ProcessMapper extends DataMapperFactory final class ProcessMapper extends DataMapperFactory

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 Modules\ProjectManagement\Models\Project as PMProject;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class Project class Project

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\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class ProjectMapper extends DataMapperFactory final class ProjectMapper extends DataMapperFactory

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);
@ -22,7 +22,7 @@ use Modules\Organization\Models\Unit;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class Risk class Risk

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\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class RiskMapper extends DataMapperFactory final class RiskMapper extends DataMapperFactory

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class RiskObject class RiskObject

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\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class RiskObjectMapper extends DataMapperFactory final class RiskObjectMapper extends DataMapperFactory

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class RiskObjectScore class RiskObjectScore

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class RiskScore class RiskScore

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\RiskManagement\Models;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
class Solution class Solution

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\DataStorage\Database\Mapper\DataMapperFactory;
* *
* @package Modules\RiskManagement\Models * @package Modules\RiskManagement\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
*/ */
final class SolutionMapper extends DataMapperFactory final class SolutionMapper extends DataMapperFactory

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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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

@ -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);

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