Remove @author docblock

This commit is contained in:
Dennis Eichhorn 2017-07-20 18:12:29 +02:00
parent 615912b605
commit 22e21d6e7e
18 changed files with 0 additions and 57 deletions

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -26,7 +25,6 @@ use phpOMS\Module\InfoManager;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -27,7 +26,6 @@ use phpOMS\Module\InstallerAbstract;
* @category Modules * @category Modules
* @package Modules\Navigation * @package Modules\Navigation
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0
@ -74,7 +72,6 @@ class Installer extends InstallerAbstract
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public static function installExternal(DatabasePool $dbPool, array $data) public static function installExternal(DatabasePool $dbPool, array $data)
{ {
@ -99,7 +96,6 @@ class Installer extends InstallerAbstract
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
private static function installLink($dbPool, $data, $parent = 0) private static function installLink($dbPool, $data, $parent = 0)
{ {

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -26,7 +25,6 @@ use phpOMS\Module\UninstallAbstract;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -26,7 +25,6 @@ use phpOMS\System\File\Directory;
* @category Modules * @category Modules
* @package Modules\Admin * @package Modules\Admin
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0

View File

@ -2,7 +2,6 @@
* Navigation controller. * Navigation controller.
* *
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -19,7 +18,6 @@
* Constructor * Constructor
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation = function () jsOMS.Modules.Navigation = function ()
{ {
@ -44,7 +42,6 @@
* @return {void} * @return {void}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.prototype.bind = function (id) jsOMS.Modules.Navigation.prototype.bind = function (id)
{ {
@ -64,7 +61,6 @@
* @return {void} * @return {void}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.prototype.bindElement = function (e) jsOMS.Modules.Navigation.prototype.bindElement = function (e)
{ {

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -31,7 +30,6 @@ use phpOMS\Module\WebInterface;
* @category Modules * @category Modules
* @package Modules\Navigation * @package Modules\Navigation
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0
@ -87,7 +85,6 @@ class Controller extends ModuleAbstract implements WebInterface
* @param \Web\WebApplication $app Application * @param \Web\WebApplication $app Application
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function __construct($app) public function __construct($app)
{ {
@ -102,7 +99,6 @@ class Controller extends ModuleAbstract implements WebInterface
* @return RenderableInterface * @return RenderableInterface
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function createNavigationMid(int $pageId, RequestAbstract $request, ResponseAbstract $response) public function createNavigationMid(int $pageId, RequestAbstract $request, ResponseAbstract $response)
{ {
@ -158,7 +154,6 @@ class Controller extends ModuleAbstract implements WebInterface
* @return RenderableInterface * @return RenderableInterface
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function createNavigationSplash(int $pageId, RequestAbstract $request, ResponseAbstract $response) public function createNavigationSplash(int $pageId, RequestAbstract $request, ResponseAbstract $response)
{ {

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum;
* @category Modules * @category Modules
* @package Framework * @package Framework
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0

View File

@ -2,7 +2,6 @@
* Navigation class. * Navigation class.
* *
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -21,7 +20,6 @@
* @param {Object} data Initialization (optional) * @param {Object} data Initialization (optional)
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation = function (data) jsOMS.Modules.Navigation.Models.Navigation = function (data)
{ {
@ -47,7 +45,6 @@
* @return {void} * @return {void}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation.prototype.setScrollPosition = function (x, y) jsOMS.Modules.Navigation.Models.Navigation.prototype.setScrollPosition = function (x, y)
{ {
@ -61,7 +58,6 @@
* @return {Object} * @return {Object}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation.prototype.getScrollPosition = function () jsOMS.Modules.Navigation.Models.Navigation.prototype.getScrollPosition = function ()
{ {
@ -76,7 +72,6 @@
* @return {void} * @return {void}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation.prototype.setOpen = function (id) jsOMS.Modules.Navigation.Models.Navigation.prototype.setOpen = function (id)
{ {
@ -91,7 +86,6 @@
* @return {void} * @return {void}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation.prototype.setClose = function (id) jsOMS.Modules.Navigation.Models.Navigation.prototype.setClose = function (id)
{ {
@ -104,7 +98,6 @@
* @return {Object} * @return {Object}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation.prototype.getOpen = function () jsOMS.Modules.Navigation.Models.Navigation.prototype.getOpen = function ()
{ {
@ -133,7 +126,6 @@
* @return {bool} * @return {bool}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation.prototype.setVisible = function (visible) jsOMS.Modules.Navigation.Models.Navigation.prototype.setVisible = function (visible)
{ {
@ -146,7 +138,6 @@
* @return {bool} * @return {bool}
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
jsOMS.Modules.Navigation.Models.Navigation.prototype.isVisible = function () jsOMS.Modules.Navigation.Models.Navigation.prototype.isVisible = function ()
{ {

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -25,7 +24,6 @@ use phpOMS\Message\RequestAbstract;
* @category Modules * @category Modules
* @package Modules\Navigation * @package Modules\Navigation
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0
@ -66,7 +64,6 @@ class Navigation
* @param Pool $dbPool Database pool * @param Pool $dbPool Database pool
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
private function __construct(RequestAbstract $request, DatabasePool $dbPool = null) private function __construct(RequestAbstract $request, DatabasePool $dbPool = null)
{ {
@ -82,7 +79,6 @@ class Navigation
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
private function load($request) private function load($request)
{ {
@ -125,7 +121,6 @@ class Navigation
* @throws \Exception * @throws \Exception
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public static function getInstance(RequestAbstract $request = null, DatabasePool $dbPool = null) public static function getInstance(RequestAbstract $request = null, DatabasePool $dbPool = null)
{ {
@ -144,7 +139,6 @@ class Navigation
* Overwriting clone in order to maintain singleton pattern. * Overwriting clone in order to maintain singleton pattern.
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function __clone() public function __clone()
{ {

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -24,7 +23,6 @@ use phpOMS\Datatypes\Enum;
* @category Modules * @category Modules
* @package Framework * @package Framework
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -45,7 +44,6 @@ if (isset($this->nav[\Modules\Navigation\Models\NavigationType::SIDE])) : ?>
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0

View File

@ -7,7 +7,6 @@
* @category TBD * @category TBD
* @package TBD * @package TBD
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @copyright Dennis Eichhorn * @copyright Dennis Eichhorn
* @license OMS License 1.0 * @license OMS License 1.0
* @version 1.0.0 * @version 1.0.0
@ -24,7 +23,6 @@ use phpOMS\Views\View;
* @category Modules * @category Modules
* @package Modules\Navigation * @package Modules\Navigation
* @author OMS Development Team <dev@oms.com> * @author OMS Development Team <dev@oms.com>
* @author Dennis Eichhorn <d.eichhorn@oms.com>
* @license OMS License 1.0 * @license OMS License 1.0
* @link http://orange-management.com * @link http://orange-management.com
* @since 1.0.0 * @since 1.0.0
@ -81,7 +79,6 @@ class NavigationView extends View
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function getNavId() : int public function getNavId() : int
{ {
@ -96,7 +93,6 @@ class NavigationView extends View
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function setNavId(int $navId) public function setNavId(int $navId)
{ {
@ -107,7 +103,6 @@ class NavigationView extends View
* @return array * @return array
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function getNav() : array public function getNav() : array
{ {
@ -120,7 +115,6 @@ class NavigationView extends View
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function setNav(array $nav) public function setNav(array $nav)
{ {
@ -131,7 +125,6 @@ class NavigationView extends View
* @return string * @return string
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function getLanguage() : string public function getLanguage() : string
{ {
@ -144,7 +137,6 @@ class NavigationView extends View
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function setLanguage(string $language) public function setLanguage(string $language)
{ {
@ -155,7 +147,6 @@ class NavigationView extends View
* @return int * @return int
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function getParent() : int public function getParent() : int
{ {
@ -168,7 +159,6 @@ class NavigationView extends View
* @return void * @return void
* *
* @since 1.0.0 * @since 1.0.0
* @author Dennis Eichhorn <d.eichhorn@oms.com>
*/ */
public function setParent(int $parent) public function setParent(int $parent)
{ {