From 6b85be0abf39ef507c5777d7c3c2f544a4f1b834 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 | 3 --- Models/AcceptStatus.php | 2 -- Models/AvailableStatus.php | 2 -- Models/Calendar.php | 21 ------------------ Models/CalendarMapper.php | 3 --- Models/Event.php | 23 -------------------- Models/EventMapper.php | 3 --- Models/EventStatus.php | 2 -- Models/EventTemplate.php | 2 -- Models/EventType.php | 2 -- Models/FrequencyInterval.php | 2 -- Models/FrequencyRelative.php | 2 -- Models/FrequencyType.php | 2 -- Models/IntervalType.php | 2 -- Models/NullCalendar.php | 2 -- Models/NullEvent.php | 2 -- Models/NullSchedule.php | 2 -- Models/Schedule.php | 24 --------------------- Models/ScheduleMapper.php | 3 --- Models/ScheduleStatus.php | 2 -- Theme/Backend/Components/Event/BaseView.php | 1 - Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/api.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - 30 files changed, 122 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index febc660..f1a5505 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 4f26b07..6467ee5 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 4cf24ad..66395ba 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 7a6e49a..06092a0 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\Calendar * @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 3575281..7250240 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 40c37fc..5ad5f58 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 37f1ea5..e78c28b 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 @@ -34,7 +33,6 @@ use phpOMS\Views\ViewLayout; * @category Modules * @package Modules\Calendar * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -91,7 +89,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewCalendarDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { diff --git a/Models/AcceptStatus.php b/Models/AcceptStatus.php index e65b313..acea513 100644 --- a/Models/AcceptStatus.php +++ b/Models/AcceptStatus.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/AvailableStatus.php b/Models/AvailableStatus.php index d9f92af..addbd7f 100644 --- a/Models/AvailableStatus.php +++ b/Models/AvailableStatus.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/Calendar.php b/Models/Calendar.php index 57d7b4e..ff15142 100644 --- a/Models/Calendar.php +++ b/Models/Calendar.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\SmartDateTime; * @category Calendar * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -100,7 +98,6 @@ class Calendar * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -112,7 +109,6 @@ class Calendar * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -123,7 +119,6 @@ class Calendar * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getName() : string { @@ -134,7 +129,6 @@ class Calendar * @param string $name Calendar name/title * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setName(string $name) { @@ -145,7 +139,6 @@ class Calendar * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPassword() { @@ -156,7 +149,6 @@ class Calendar * @param string $password Calendar password/title * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setPassword($password) { @@ -167,7 +159,6 @@ class Calendar * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDescription() : string { @@ -178,7 +169,6 @@ class Calendar * @param string $desc Calendar description * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDescription(string $desc) { @@ -191,7 +181,6 @@ class Calendar * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function addEvent(Event $event) : int { @@ -208,7 +197,6 @@ class Calendar * @return Event[] * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getEvents() : array { @@ -221,7 +209,6 @@ class Calendar * @return bool * * @since 1.0.0 - * @author Dennis Eichhorn */ public function removeEvent(int $id) : bool { @@ -240,7 +227,6 @@ class Calendar * @return Event * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getEvent(int $id) : Event { @@ -251,7 +237,6 @@ class Calendar * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedAt() : \DateTime { @@ -262,7 +247,6 @@ class Calendar * @param \DateTime $createdAt Calendar created at * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedAt(\DateTime $createdAt) { @@ -273,7 +257,6 @@ class Calendar * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() : int { @@ -284,7 +267,6 @@ class Calendar * @param int $createdBy Creator * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedBy(int $createdBy) { @@ -297,7 +279,6 @@ class Calendar * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDate() : \DateTime { @@ -310,7 +291,6 @@ class Calendar * @param \DateTime $date Current date * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDate(\DateTime $date) { @@ -325,7 +305,6 @@ class Calendar * @return Event[] * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getEventByDate(\DateTime $date) : array { diff --git a/Models/CalendarMapper.php b/Models/CalendarMapper.php index 4b36643..3c5f8c8 100644 --- a/Models/CalendarMapper.php +++ b/Models/CalendarMapper.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\DataStorage\Database\RelationType; * @category Calendar * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -105,7 +103,6 @@ class CalendarMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Models/Event.php b/Models/Event.php index edb47a5..ca7b065 100644 --- a/Models/Event.php +++ b/Models/Event.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\Datatypes\Location; * @category Calendar * @package Framework * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -130,7 +128,6 @@ class Event * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -143,7 +140,6 @@ class Event * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -154,7 +150,6 @@ class Event * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getName() : string { @@ -165,7 +160,6 @@ class Event * @return Account[] * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPeople() : array { @@ -178,7 +172,6 @@ class Event * @return Account * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPerson(int $id) : Account { @@ -191,7 +184,6 @@ class Event * @return int Account id/position * * @since 1.0.0 - * @author Dennis Eichhorn */ public function addPerson(Account $person) { @@ -212,7 +204,6 @@ class Event * @return bool * * @since 1.0.0 - * @author Dennis Eichhorn */ public function removePerson(int $id) : bool { @@ -229,7 +220,6 @@ class Event * @param string $name Event name/title * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setName(string $name) { @@ -240,7 +230,6 @@ class Event * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDescription() : string { @@ -251,7 +240,6 @@ class Event * @param string $desc Event description * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDescription(string $desc) { @@ -262,7 +250,6 @@ class Event * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedAt() : \DateTime { @@ -273,7 +260,6 @@ class Event * @param \DateTime $createdAt Event created at * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedAt(\DateTime $createdAt) { @@ -284,7 +270,6 @@ class Event * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() : int { @@ -295,7 +280,6 @@ class Event * @param int $createdBy Creator * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedBy(int $createdBy) { @@ -307,7 +291,6 @@ class Event * @param Location $location Event location * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setLocation(Location $location) { @@ -318,7 +301,6 @@ class Event * @return Location * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getLocation() : Location { @@ -329,7 +311,6 @@ class Event * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCalendar() : int { @@ -340,7 +321,6 @@ class Event * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getType() : int { @@ -351,7 +331,6 @@ class Event * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStatus() : int { @@ -362,7 +341,6 @@ class Event * @param int $calendar Calendar * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCalendar(int $calendar) { @@ -373,7 +351,6 @@ class Event * @return Schedule * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getSchedule() : Schedule { diff --git a/Models/EventMapper.php b/Models/EventMapper.php index 3090de7..4a7bfae 100644 --- a/Models/EventMapper.php +++ b/Models/EventMapper.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\DataStorage\Database\RelationType; * @category Calendar * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -100,7 +98,6 @@ class EventMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Models/EventStatus.php b/Models/EventStatus.php index fa59e1b..4840608 100644 --- a/Models/EventStatus.php +++ b/Models/EventStatus.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/EventTemplate.php b/Models/EventTemplate.php index d362a29..93bdb46 100644 --- a/Models/EventTemplate.php +++ b/Models/EventTemplate.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\Calendar\Models; * @category Calendar * @package Modules * @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/EventType.php b/Models/EventType.php index cda65bb..eff60b1 100644 --- a/Models/EventType.php +++ b/Models/EventType.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/FrequencyInterval.php b/Models/FrequencyInterval.php index 4133871..81d85be 100644 --- a/Models/FrequencyInterval.php +++ b/Models/FrequencyInterval.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/FrequencyRelative.php b/Models/FrequencyRelative.php index 98f261e..d55d674 100644 --- a/Models/FrequencyRelative.php +++ b/Models/FrequencyRelative.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/FrequencyType.php b/Models/FrequencyType.php index 8f1cf7f..040f4a8 100644 --- a/Models/FrequencyType.php +++ b/Models/FrequencyType.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/IntervalType.php b/Models/IntervalType.php index 486777b..ca93be7 100644 --- a/Models/IntervalType.php +++ b/Models/IntervalType.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @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/NullCalendar.php b/Models/NullCalendar.php index ce3459d..a31aeb5 100644 --- a/Models/NullCalendar.php +++ b/Models/NullCalendar.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\Calendar\Models; * @category Calendar * @package Framework * @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/NullEvent.php b/Models/NullEvent.php index 44f01a5..dc9230e 100644 --- a/Models/NullEvent.php +++ b/Models/NullEvent.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\Calendar\Models; * @category Calendar * @package Modules * @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/NullSchedule.php b/Models/NullSchedule.php index 0ef543f..4d7ce7a 100644 --- a/Models/NullSchedule.php +++ b/Models/NullSchedule.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 @@ -22,7 +21,6 @@ namespace Modules\Calendar\Models; * @category Calendar * @package Modules * @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/Schedule.php b/Models/Schedule.php index 2e921ab..7d89329 100644 --- a/Models/Schedule.php +++ b/Models/Schedule.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Exception\InvalidEnumValue; * @category Calendar * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -139,7 +137,6 @@ class Schedule * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -153,7 +150,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -164,7 +160,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStatus() : int { @@ -177,7 +172,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStatus(int $status) { @@ -194,7 +188,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getFreqType() : int { @@ -207,7 +200,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setFreqType(int $freqType) { @@ -224,7 +216,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getIntervalType() : int { @@ -237,7 +228,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setIntervalType(int $intervalType) { @@ -254,7 +244,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getFrequencyRelative() : int { @@ -267,7 +256,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setFrequencyRelative(int $relativeInterval) { @@ -286,7 +274,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setFreqInterval(int $freqInterval) { @@ -303,7 +290,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getFreqInterval() : int { @@ -314,7 +300,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getRecurrenceFactor() : int { @@ -327,7 +312,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setRecurrenceFactor(int $recurrence) { @@ -340,7 +324,6 @@ class Schedule * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStart() : \DateTime { @@ -353,7 +336,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStart(\DateTime $start) { @@ -366,7 +348,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getDuration() : int { @@ -379,7 +360,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setDuration(int $duration) { @@ -396,7 +376,6 @@ class Schedule * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getEnd() : \DateTime { @@ -409,7 +388,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setEnd(\DateTime $end) { @@ -424,7 +402,6 @@ class Schedule * @return $this * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedBy(int $creator) { @@ -437,7 +414,6 @@ class Schedule * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() : int { diff --git a/Models/ScheduleMapper.php b/Models/ScheduleMapper.php index 43013e7..9227f67 100644 --- a/Models/ScheduleMapper.php +++ b/Models/ScheduleMapper.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\DataStorage\Database\RelationType; * @category Calendar * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 @@ -90,7 +88,6 @@ class ScheduleMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Models/ScheduleStatus.php b/Models/ScheduleStatus.php index 419220d..5990420 100644 --- a/Models/ScheduleStatus.php +++ b/Models/ScheduleStatus.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 @@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum; * @category Calendar * @package Modules * @author OMS Development Team - * @author Dennis Eichhorn * @license OMS License 1.0 * @link http://orange-management.com * @since 1.0.0 diff --git a/Theme/Backend/Components/Event/BaseView.php b/Theme/Backend/Components/Event/BaseView.php index b87412c..64d0184 100644 --- a/Theme/Backend/Components/Event/BaseView.php +++ b/Theme/Backend/Components/Event/BaseView.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/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 17b9e61..b385532 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 afe845f..38430e4 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 8a3131d..a6a74f7 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