diff --git a/Admin/Activate.php b/Admin/Activate.php index 3a5c996..9d603c0 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 603728e..6feab06 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 754d3bd..3a51ec4 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 ed3c966..70248af 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\Editor * @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 ba5c0f3..35c99e2 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 @@ -25,7 +24,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 3c27300..5ff07aa 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 37621d5..c11b79f 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 @@ -36,7 +35,6 @@ use phpOMS\Views\ViewLayout; * @category Modules * @package Editor * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -93,7 +91,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setUpEditorEditor(RequestAbstract $request, ResponseAbstract $response, $data = null) { @@ -109,7 +106,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewEditorCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -128,7 +124,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewEditorList(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -150,7 +145,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewEditorSingle(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -183,7 +177,6 @@ class Controller extends ModuleAbstract implements WebInterface * @param mixed $data Generic data * * @since 1.0.0 - * @author Dennis Eichhorn */ public function apiEditorCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) { diff --git a/Models/EditorDoc.php b/Models/EditorDoc.php index 5a4e2f3..9337815 100644 --- a/Models/EditorDoc.php +++ b/Models/EditorDoc.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -24,7 +23,6 @@ use phpOMS\Contract\ArrayableInterface; * @category Module * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -92,7 +90,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -103,7 +100,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getContent() : string { @@ -116,7 +112,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setContent(string $content) { @@ -129,7 +124,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setPlain(string $plain) { @@ -140,7 +134,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPlain() : string { @@ -151,7 +144,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedAt() : \DateTime { @@ -162,7 +154,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -173,7 +164,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() { @@ -184,7 +174,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @param int $id * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedBy($id) { @@ -197,7 +186,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedAt(\DateTime $createdAt) { @@ -208,7 +196,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getTitle() : string { @@ -221,7 +208,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setTitle(string $title) { @@ -232,7 +218,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPath() : string { @@ -245,7 +230,6 @@ class EditorDoc implements ArrayableInterface, \JsonSerializable * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setPath(string $path) { diff --git a/Models/EditorDocMapper.php b/Models/EditorDocMapper.php index 173b98e..5d65779 100644 --- a/Models/EditorDocMapper.php +++ b/Models/EditorDocMapper.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -81,7 +80,6 @@ class EditorDocMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 4c814f0..fa98c17 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/api.en.lang.php b/Theme/Backend/Lang/api.en.lang.php index d28b242..3a28989 100644 --- a/Theme/Backend/Lang/api.en.lang.php +++ b/Theme/Backend/Lang/api.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 dfce45b..1effda5 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/editor-create.tpl.php b/Theme/Backend/editor-create.tpl.php index 583184d..bf3dc27 100644 --- a/Theme/Backend/editor-create.tpl.php +++ b/Theme/Backend/editor-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/editor-list.tpl.php b/Theme/Backend/editor-list.tpl.php index 72e27d3..d993e6e 100644 --- a/Theme/Backend/editor-list.tpl.php +++ b/Theme/Backend/editor-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/editor.tpl.php b/Theme/Backend/editor.tpl.php index 82c2058..3afe7c1 100644 --- a/Theme/Backend/editor.tpl.php +++ b/Theme/Backend/editor.tpl.php @@ -7,7 +7,6 @@ * @category TBD * @package TBD * @author OMS Development Team - * @author Dennis Eichhorn * @copyright 2013 Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0