From e93991e52881d15191997a03d25b8be698376d5c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 20 Jul 2017 18:12:29 +0200 Subject: [PATCH] Remove @author docblock --- Admin/Activate.php | 2 -- Admin/Deactivate.php | 2 -- Admin/Install/Navigation.php | 2 -- Admin/Installer.php | 2 -- Admin/Uninstall.php | 2 -- Admin/Update.php | 2 -- Controller.php | 13 ------------- Models/Category.php | 2 -- Models/CategoryMapper.php | 3 --- Models/Cause.php | 2 -- Models/CauseMapper.php | 3 --- Models/Department.php | 2 -- Models/DepartmentMapper.php | 3 --- Models/NullCategory.php | 2 -- Models/NullCause.php | 2 -- Models/NullDepartment.php | 2 -- Models/NullProcess.php | 2 -- Models/NullProject.php | 2 -- Models/NullRisk.php | 2 -- Models/NullRiskObject.php | 2 -- Models/NullSolution.php | 2 -- Models/Process.php | 2 -- Models/ProcessMapper.php | 3 --- Models/Project.php | 2 -- Models/ProjectMapper.php | 3 --- Models/Risk.php | 2 -- Models/RiskMapper.php | 3 --- Models/RiskObject.php | 2 -- Models/RiskObjectMapper.php | 3 --- Models/Solution.php | 2 -- Models/SolutionMapper.php | 3 --- Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/category-list.tpl.php | 1 - Theme/Backend/cause-create.tpl.php | 1 - Theme/Backend/cause-list.tpl.php | 1 - Theme/Backend/cockpit.tpl.php | 1 - Theme/Backend/department-list.tpl.php | 1 - Theme/Backend/process-list.tpl.php | 1 - Theme/Backend/project-list.tpl.php | 1 - Theme/Backend/risk-create.tpl.php | 1 - Theme/Backend/risk-list.tpl.php | 1 - Theme/Backend/risk-single-cause.tpl.php | 1 - Theme/Backend/risk-single-dashboard.tpl.php | 1 - Theme/Backend/risk-single-solution.tpl.php | 1 - Theme/Backend/settings-dashboard.tpl.php | 1 - Theme/Backend/solution-create.tpl.php | 1 - Theme/Backend/solution-list.tpl.php | 1 - Theme/Backend/unit-list.tpl.php | 1 - 49 files changed, 99 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 53906f2..ae47066 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 2e32bb8..25bfd03 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 20f1ffd..7829f3a 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -23,7 +22,6 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index aec0aa2..04a9786 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -27,7 +26,6 @@ use phpOMS\Module\InstallerAbstract; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 039bf2b..daa322a 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\Module\UninstallAbstract; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Admin/Update.php b/Admin/Update.php index 69e20de..830cb26 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +25,6 @@ use phpOMS\System\File\Directory; * @category Modules * @package Modules\Admin * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Controller.php b/Controller.php index fff7b94..c16f3c5 100644 --- a/Controller.php +++ b/Controller.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -39,7 +38,6 @@ use Modules\RiskManagement\Models\ProcessMapper; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -97,7 +95,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskCockpit(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -116,7 +113,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -138,7 +134,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -157,7 +152,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskCauseList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -179,7 +173,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskSolutionList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -201,7 +194,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskUnitList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -220,7 +212,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskDepartmentList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -242,7 +233,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskCategoryList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -264,7 +254,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskProjectList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -286,7 +275,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskProcessList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -308,7 +296,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return RenderableInterface * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewRiskSettings(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { diff --git a/Models/Category.php b/Models/Category.php index a1d77ea..4b5e61b 100644 --- a/Models/Category.php +++ b/Models/Category.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/CategoryMapper.php b/Models/CategoryMapper.php index 558e9fd..2db3e52 100644 --- a/Models/CategoryMapper.php +++ b/Models/CategoryMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -65,7 +64,6 @@ class CategoryMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -114,7 +112,6 @@ class CategoryMapper extends DataMapperAbstract * @return Cause * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/Cause.php b/Models/Cause.php index 86ed56a..5a76e2e 100644 --- a/Models/Cause.php +++ b/Models/Cause.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/CauseMapper.php b/Models/CauseMapper.php index bffd88a..d3e7d16 100644 --- a/Models/CauseMapper.php +++ b/Models/CauseMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -80,7 +79,6 @@ class CauseMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -129,7 +127,6 @@ class CauseMapper extends DataMapperAbstract * @return Cause * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/Department.php b/Models/Department.php index b264bd6..33d215e 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index 5f4b3ee..f5219ec 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -75,7 +74,6 @@ class DepartmentMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -124,7 +122,6 @@ class DepartmentMapper extends DataMapperAbstract * @return Cause * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/NullCategory.php b/Models/NullCategory.php index 2f2cee1..1b0c25c 100644 --- a/Models/NullCategory.php +++ b/Models/NullCategory.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullCause.php b/Models/NullCause.php index 3c66f13..0070a31 100644 --- a/Models/NullCause.php +++ b/Models/NullCause.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullDepartment.php b/Models/NullDepartment.php index d2b6bc0..3f1bc14 100644 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullProcess.php b/Models/NullProcess.php index 83d8d90..8ba1258 100644 --- a/Models/NullProcess.php +++ b/Models/NullProcess.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullProject.php b/Models/NullProject.php index f44e337..8b30351 100644 --- a/Models/NullProject.php +++ b/Models/NullProject.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullRisk.php b/Models/NullRisk.php index c84ac87..336c704 100644 --- a/Models/NullRisk.php +++ b/Models/NullRisk.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullRiskObject.php b/Models/NullRiskObject.php index 9e77267..329c445 100644 --- a/Models/NullRiskObject.php +++ b/Models/NullRiskObject.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/NullSolution.php b/Models/NullSolution.php index cfbfcae..bd469ae 100644 --- a/Models/NullSolution.php +++ b/Models/NullSolution.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/Process.php b/Models/Process.php index ac1f923..a63f157 100644 --- a/Models/Process.php +++ b/Models/Process.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/ProcessMapper.php b/Models/ProcessMapper.php index 4cf9256..8c55245 100644 --- a/Models/ProcessMapper.php +++ b/Models/ProcessMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -78,7 +77,6 @@ class ProcessMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -127,7 +125,6 @@ class ProcessMapper extends DataMapperAbstract * @return Cause * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/Project.php b/Models/Project.php index c4e9493..1c8ca79 100644 --- a/Models/Project.php +++ b/Models/Project.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/ProjectMapper.php b/Models/ProjectMapper.php index 0cd6dac..cbf52f1 100644 --- a/Models/ProjectMapper.php +++ b/Models/ProjectMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -75,7 +74,6 @@ class ProjectMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -124,7 +122,6 @@ class ProjectMapper extends DataMapperAbstract * @return Cause * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/Risk.php b/Models/Risk.php index 9160d99..41e8670 100644 --- a/Models/Risk.php +++ b/Models/Risk.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/RiskMapper.php b/Models/RiskMapper.php index f1a28e6..57abcb1 100644 --- a/Models/RiskMapper.php +++ b/Models/RiskMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -136,7 +135,6 @@ class RiskMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -185,7 +183,6 @@ class RiskMapper extends DataMapperAbstract * @return supplier * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/RiskObject.php b/Models/RiskObject.php index d301fc0..c8c5522 100644 --- a/Models/RiskObject.php +++ b/Models/RiskObject.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/RiskObjectMapper.php b/Models/RiskObjectMapper.php index 755df52..4f3e307 100644 --- a/Models/RiskObjectMapper.php +++ b/Models/RiskObjectMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -71,7 +70,6 @@ class RiskObjectMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -120,7 +118,6 @@ class RiskObjectMapper extends DataMapperAbstract * @return Cause * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Models/Solution.php b/Models/Solution.php index ec30ec5..1d5290b 100644 --- a/Models/Solution.php +++ b/Models/Solution.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +21,6 @@ namespace Modules\RiskManagement\Models; * @category Modules * @package Modules\RiskManagement * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Models/SolutionMapper.php b/Models/SolutionMapper.php index 502e75d..c76b2ed 100644 --- a/Models/SolutionMapper.php +++ b/Models/SolutionMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -76,7 +75,6 @@ class SolutionMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { @@ -125,7 +123,6 @@ class SolutionMapper extends DataMapperAbstract * @return Cause * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function get($primaryKey, int $relations = RelationType::ALL, $fill = null) { diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index d03c751..558d0fe 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index a8d1209..f27cbc7 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/category-list.tpl.php b/Theme/Backend/category-list.tpl.php index d3da135..cc9c0c8 100644 --- a/Theme/Backend/category-list.tpl.php +++ b/Theme/Backend/category-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/cause-create.tpl.php b/Theme/Backend/cause-create.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/cause-create.tpl.php +++ b/Theme/Backend/cause-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/cause-list.tpl.php b/Theme/Backend/cause-list.tpl.php index 863ca96..c6ff143 100644 --- a/Theme/Backend/cause-list.tpl.php +++ b/Theme/Backend/cause-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/cockpit.tpl.php b/Theme/Backend/cockpit.tpl.php index 0cf2b73..7e14c75 100644 --- a/Theme/Backend/cockpit.tpl.php +++ b/Theme/Backend/cockpit.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index be2ece7..d218870 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/process-list.tpl.php b/Theme/Backend/process-list.tpl.php index 323f6c2..31de307 100644 --- a/Theme/Backend/process-list.tpl.php +++ b/Theme/Backend/process-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/project-list.tpl.php b/Theme/Backend/project-list.tpl.php index 6982db6..2bd72d6 100644 --- a/Theme/Backend/project-list.tpl.php +++ b/Theme/Backend/project-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/risk-create.tpl.php b/Theme/Backend/risk-create.tpl.php index 7135bb5..b0b120d 100644 --- a/Theme/Backend/risk-create.tpl.php +++ b/Theme/Backend/risk-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/risk-list.tpl.php b/Theme/Backend/risk-list.tpl.php index 967c2c6..1f238aa 100644 --- a/Theme/Backend/risk-list.tpl.php +++ b/Theme/Backend/risk-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/risk-single-cause.tpl.php b/Theme/Backend/risk-single-cause.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/risk-single-cause.tpl.php +++ b/Theme/Backend/risk-single-cause.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/risk-single-dashboard.tpl.php b/Theme/Backend/risk-single-dashboard.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/risk-single-dashboard.tpl.php +++ b/Theme/Backend/risk-single-dashboard.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/risk-single-solution.tpl.php b/Theme/Backend/risk-single-solution.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/risk-single-solution.tpl.php +++ b/Theme/Backend/risk-single-solution.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/settings-dashboard.tpl.php b/Theme/Backend/settings-dashboard.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/settings-dashboard.tpl.php +++ b/Theme/Backend/settings-dashboard.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/solution-create.tpl.php b/Theme/Backend/solution-create.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/solution-create.tpl.php +++ b/Theme/Backend/solution-create.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/solution-list.tpl.php b/Theme/Backend/solution-list.tpl.php index d06b1f7..2ad18c4 100644 --- a/Theme/Backend/solution-list.tpl.php +++ b/Theme/Backend/solution-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 01c1a1e..dd847c2 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0