From 31f1ec4ddf71004e437f9bd7e590eccc7fb2670f 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 | 9 --------- Models/NewsArticle.php | 24 ----------------------- Models/NewsArticleMapper.php | 2 -- Models/NewsStatus.php | 2 -- Models/NewsType.php | 2 -- Theme/Backend/Lang/Navigation.en.lang.php | 1 - Theme/Backend/Lang/en.lang.php | 1 - Theme/Backend/dashboard-news.tpl.php | 1 - Theme/Backend/news-archive.tpl.php | 1 - Theme/Backend/news-create.tpl.php | 1 - Theme/Backend/news-dashboard.tpl.php | 1 - Theme/Backend/news-single.tpl.php | 1 - 18 files changed, 58 deletions(-) diff --git a/Admin/Activate.php b/Admin/Activate.php index 3c5f093..0252337 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 5dbfbf6..09e02f4 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 f44ef52..f6e927c 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 9c587f1..b9bfcde 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\News * @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 ddda407..3b0a1a5 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 3711faa..20cbf22 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 3074818..e41e11b 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\View; * @category Modules * @package Modules\News * @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 \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewNewsDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -126,7 +123,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewNewsArticle(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -148,7 +144,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewNewsArchive(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -170,7 +165,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return \Serializable * * @since 1.0.0 - * @author Dennis Eichhorn */ public function viewNewsCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : \Serializable { @@ -212,7 +206,6 @@ class Controller extends ModuleAbstract implements WebInterface * @param mixed $data Generic data * * @since 1.0.0 - * @author Dennis Eichhorn */ public function apiNewsCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) { @@ -259,7 +252,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return array * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getNewsListR(int $limit = 50, int $offset = 0, string $orderBy = 'news_created', string $ordered = 'ASC', Account $account = null) { @@ -289,7 +281,6 @@ class Controller extends ModuleAbstract implements WebInterface * @return array * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getHeadlineListR(int $limit = 50, int $offset = 0, string $orderBy = 'news_created', string $ordered = 'ASC', Account $account = null) { diff --git a/Models/NewsArticle.php b/Models/NewsArticle.php index 7ba85a9..95465f2 100644 --- a/Models/NewsArticle.php +++ b/Models/NewsArticle.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\Localization\ISO639x1Enum; * @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 @@ -126,7 +124,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * Constructor. * * @since 1.0.0 - * @author Dennis Eichhorn */ public function __construct() { @@ -138,7 +135,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getContent() : string { @@ -151,7 +147,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setContent(string $content) { @@ -164,7 +159,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setPlain(string $plain) { @@ -175,7 +169,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPlain() : string { @@ -186,7 +179,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedAt() : \DateTime { @@ -197,7 +189,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getId() : int { @@ -208,7 +199,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getLanguage() : string { @@ -219,7 +209,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return \DateTime * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getPublish() : \DateTime { @@ -232,7 +221,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setLanguage(string $language) { @@ -249,7 +237,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setPublish(\DateTime $publish) { @@ -260,7 +247,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getCreatedBy() { @@ -271,7 +257,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @param int $id * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedBy($id) { @@ -284,7 +269,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setCreatedAt(\DateTime $createdAt) { @@ -295,7 +279,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return string * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getTitle() : string { @@ -308,7 +291,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setTitle(string $title) { @@ -319,7 +301,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getType() : int { @@ -332,7 +313,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setType(int $type) { @@ -347,7 +327,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return int * * @since 1.0.0 - * @author Dennis Eichhorn */ public function getStatus() : int { @@ -362,7 +341,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @throws InvalidEnumValue * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setStatus(int $status) { @@ -377,7 +355,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return bool * * @since 1.0.0 - * @author Dennis Eichhorn */ public function isFeatured() : bool { @@ -390,7 +367,6 @@ class NewsArticle implements ArrayableInterface, \JsonSerializable * @return void * * @since 1.0.0 - * @author Dennis Eichhorn */ public function setFeatured(bool $featured) { diff --git a/Models/NewsArticleMapper.php b/Models/NewsArticleMapper.php index fdaff07..e6c0945 100644 --- a/Models/NewsArticleMapper.php +++ b/Models/NewsArticleMapper.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 @@ -85,7 +84,6 @@ class NewsArticleMapper extends DataMapperAbstract * @return mixed * * @since 1.0.0 - * @author Dennis Eichhorn */ public static function create($obj, int $relations = RelationType::ALL) { diff --git a/Models/NewsStatus.php b/Models/NewsStatus.php index 7be417b..132e87a 100644 --- a/Models/NewsStatus.php +++ b/Models/NewsStatus.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 Module * @package Modules\News * @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/NewsType.php b/Models/NewsType.php index 6f180a0..702650d 100644 --- a/Models/NewsType.php +++ b/Models/NewsType.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 Module * @package Modules\News * @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/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index dd07e4a..3bc1bf6 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 09b3b62..b59d667 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/dashboard-news.tpl.php b/Theme/Backend/dashboard-news.tpl.php index c6033cc..18fb3a1 100644 --- a/Theme/Backend/dashboard-news.tpl.php +++ b/Theme/Backend/dashboard-news.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/news-archive.tpl.php b/Theme/Backend/news-archive.tpl.php index ec921dc..903d188 100644 --- a/Theme/Backend/news-archive.tpl.php +++ b/Theme/Backend/news-archive.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/news-create.tpl.php b/Theme/Backend/news-create.tpl.php index 5f4abde..e4628df 100644 --- a/Theme/Backend/news-create.tpl.php +++ b/Theme/Backend/news-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/news-dashboard.tpl.php b/Theme/Backend/news-dashboard.tpl.php index d3d103a..36acc94 100644 --- a/Theme/Backend/news-dashboard.tpl.php +++ b/Theme/Backend/news-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/news-single.tpl.php b/Theme/Backend/news-single.tpl.php index f28ce18..30117da 100644 --- a/Theme/Backend/news-single.tpl.php +++ b/Theme/Backend/news-single.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