diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 6665c20..04f84e6 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization\Admin\Install - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization\Admin\Install + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Navigation class. * - * @package Modules\Organization\Admin\Install - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization\Admin\Install + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Navigation { @@ -34,7 +34,7 @@ class Navigation * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public static function install(string $path, DatabasePool $dbPool) : void { diff --git a/Admin/Installer.php b/Admin/Installer.php index 4c62ed3..573d655 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization\Admin + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -24,10 +24,10 @@ use phpOMS\Module\InstallerAbstract; /** * Installer class. * - * @package Modules\Organization\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization\Admin + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Installer extends InstallerAbstract { diff --git a/Admin/Status.php b/Admin/Status.php index da1c03f..bc8ea2b 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization\Admin + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Module\StatusAbstract; /** * Navigation class. * - * @package Modules\Organization\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization\Admin + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Status extends StatusAbstract { diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index c903638..88c378e 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization\Admin + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Module\UninstallerAbstract; /** * Uninstaller class. * - * @package Modules\Organization\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization\Admin + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Uninstaller extends UninstallerAbstract { diff --git a/Admin/Updater.php b/Admin/Updater.php index 9a35bfa..177ace6 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization\Admin + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,10 +22,10 @@ use phpOMS\System\File\Local\Directory; /** * Navigation class. * - * @package Modules\Organization\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization\Admin + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Updater extends UpdaterAbstract { diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 7964d3a..37f6124 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -33,10 +33,10 @@ use phpOMS\Utils\Parser\Markdown\Markdown; /** * Organization Controller class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class ApiController extends Controller { @@ -48,7 +48,7 @@ final class ApiController extends Controller * * @return array * - * @since 1.0.0 + * @since 1.0.0 */ private function validateUnitCreate(RequestAbstract $request) : array { @@ -80,7 +80,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiUnitGet(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -99,7 +99,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiUnitSet(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -116,7 +116,7 @@ final class ApiController extends Controller * * @return Unit * - * @since 1.0.0 + * @since 1.0.0 */ private function updateUnitFromRequest(RequestAbstract $request) : Unit { @@ -143,7 +143,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiUnitDelete(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -163,7 +163,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiUnitCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -185,7 +185,7 @@ final class ApiController extends Controller * * @return Unit * - * @since 1.0.0 + * @since 1.0.0 */ private function createUnitFromRequest(RequestAbstract $request) : Unit { @@ -208,7 +208,7 @@ final class ApiController extends Controller * * @return array * - * @since 1.0.0 + * @since 1.0.0 */ private function validatePositionCreate(RequestAbstract $request) : array { @@ -240,7 +240,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiPositionGet(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -259,7 +259,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiPositionDelete(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -279,7 +279,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiPositionSet(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -296,7 +296,7 @@ final class ApiController extends Controller * * @return Position * - * @since 1.0.0 + * @since 1.0.0 */ private function updatePositionFromRequest(RequestAbstract $request) : Position { @@ -326,7 +326,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiPositionCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -348,7 +348,7 @@ final class ApiController extends Controller * * @return Position * - * @since 1.0.0 + * @since 1.0.0 */ private function createPositionFromRequest(RequestAbstract $request) : Position { @@ -374,7 +374,7 @@ final class ApiController extends Controller * * @return array * - * @since 1.0.0 + * @since 1.0.0 */ private function validateDepartmentCreate(RequestAbstract $request) : array { @@ -405,7 +405,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiDepartmentGet(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -424,7 +424,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiDepartmentSet(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -441,7 +441,7 @@ final class ApiController extends Controller * * @return Department * - * @since 1.0.0 + * @since 1.0.0 */ private function updateDepartmentFromRequest(RequestAbstract $request) : Department { @@ -471,7 +471,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiDepartmentDelete(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -491,7 +491,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiDepartmentCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -513,7 +513,7 @@ final class ApiController extends Controller * * @return Department * - * @since 1.0.0 + * @since 1.0.0 */ private function createDepartmentFromRequest(RequestAbstract $request) : Department { @@ -541,7 +541,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiUnitFind(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -565,7 +565,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiDepartmentFind(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { @@ -589,7 +589,7 @@ final class ApiController extends Controller * * @api * - * @since 1.0.0 + * @since 1.0.0 */ public function apiPositionFind(RequestAbstract $request, ResponseAbstract $response, $data = null) : void { diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 751ae0f..6a632b8 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -28,22 +28,24 @@ use phpOMS\Views\View; /** * Organization Controller class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class BackendController extends Controller { /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewUnitList(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -59,13 +61,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewUnitProfile(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -86,13 +90,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewOrganigram(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -149,13 +155,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewUnitCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -178,13 +186,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewDepartmentList(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -200,13 +210,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewDepartmentProfile(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -231,13 +243,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewDepartmentCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -260,13 +274,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewPositionList(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -282,13 +298,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewPositionProfile(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface @@ -313,13 +331,15 @@ final class BackendController extends Controller } /** + * Routing end-point for application behaviour. + * * @param RequestAbstract $request Request * @param ResponseAbstract $response Response * @param mixed $data Generic data * * @return RenderableInterface * - * @since 1.0.0 + * @since 1.0.0 * @codeCoverageIgnore */ public function viewPositionCreate(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface diff --git a/Controller/Controller.php b/Controller/Controller.php index b1cbc42..4f023eb 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -20,10 +20,10 @@ use phpOMS\Module\WebInterface; /** * Organization Controller class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface { @@ -31,7 +31,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module path. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_PATH = __DIR__ . '/../'; @@ -39,7 +39,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module version. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_VERSION = '1.0.0'; @@ -47,7 +47,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module name. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_NAME = 'Organization'; @@ -55,7 +55,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module id. * - * @var int + * @var int * @since 1.0.0 */ public const MODULE_ID = 1004700000; @@ -63,7 +63,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $providing = []; @@ -71,7 +71,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $dependencies = []; diff --git a/Models/Department.php b/Models/Department.php index 487059f..a7f4f12 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\Contract\ArrayableInterface; /** * Organization department class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Department implements ArrayableInterface, \JsonSerializable { /** * Article ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -37,7 +37,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Name. * - * @var string + * @var string * @since 1.0.0 */ protected string $name = ''; @@ -45,7 +45,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Parent * - * @var mixed + * @var mixed * @since 1.0.0 */ protected $parent = null; @@ -53,7 +53,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Status * - * @var int + * @var int * @since 1.0.0 */ protected int $status = Status::INACTIVE; @@ -61,7 +61,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Unit this department belongs to * - * @var mixed + * @var mixed * @since 1.0.0 */ protected $unit = 1; @@ -69,7 +69,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ protected string $description = ''; @@ -77,7 +77,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ protected string $descriptionRaw = ''; @@ -87,7 +87,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @param string $name Department name * - * @since 1.0.0 + * @since 1.0.0 */ public function __construct(string $name = '') { @@ -99,7 +99,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getId() : int { @@ -111,7 +111,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getName() : string { @@ -125,7 +125,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setName(string $name) : void { @@ -137,7 +137,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return mixed * - * @since 1.0.0 + * @since 1.0.0 */ public function getParent() { @@ -151,7 +151,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setParent($parent) : void { @@ -163,7 +163,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getStatus() : int { @@ -177,7 +177,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setStatus(int $status) : void { @@ -189,7 +189,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return mixed * - * @since 1.0.0 + * @since 1.0.0 */ public function getUnit() { @@ -203,7 +203,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setUnit($unit) : void { @@ -215,7 +215,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescription() : string { @@ -229,7 +229,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescription(string $desc) : void { @@ -241,7 +241,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescriptionRaw() : string { @@ -255,7 +255,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescriptionRaw(string $desc) : void { @@ -280,7 +280,7 @@ class Department implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function __toString() { diff --git a/Models/DepartmentMapper.php b/Models/DepartmentMapper.php index 89587b0..ea4c084 100644 --- a/Models/DepartmentMapper.php +++ b/Models/DepartmentMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Organization department mapper class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class DepartmentMapper extends DataMapperAbstract { /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -45,7 +45,7 @@ final class DepartmentMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ @@ -62,7 +62,7 @@ final class DepartmentMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'organization_department'; @@ -70,7 +70,7 @@ final class DepartmentMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'organization_department_id'; diff --git a/Models/NullDepartment.php b/Models/NullDepartment.php index 2a7b7ce..5a221f1 100644 --- a/Models/NullDepartment.php +++ b/Models/NullDepartment.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -17,10 +17,10 @@ namespace Modules\Organization\Models; /** * Organization null class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class NullDepartment extends Department { diff --git a/Models/NullPosition.php b/Models/NullPosition.php index 4becb7c..678c45c 100644 --- a/Models/NullPosition.php +++ b/Models/NullPosition.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -17,10 +17,10 @@ namespace Modules\Organization\Models; /** * Organization null class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class NullPosition extends Position { diff --git a/Models/NullUnit.php b/Models/NullUnit.php index 2624eab..d2cba25 100644 --- a/Models/NullUnit.php +++ b/Models/NullUnit.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -17,10 +17,10 @@ namespace Modules\Organization\Models; /** * Organization null class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class NullUnit extends Unit { diff --git a/Models/PermissionState.php b/Models/PermissionState.php index 4d9522c..9fdea1e 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Stdlib\Base\Enum; /** * Permision state enum. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ abstract class PermissionState extends Enum { diff --git a/Models/Position.php b/Models/Position.php index 1c70e2c..a4ba794 100644 --- a/Models/Position.php +++ b/Models/Position.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\Contract\ArrayableInterface; /** * Organization position class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Position implements ArrayableInterface, \JsonSerializable { /** * Article ID. * - * @var int + * @var int * @since 1.0.0 */ protected int $id = 0; @@ -37,7 +37,7 @@ class Position implements ArrayableInterface, \JsonSerializable /** * Name. * - * @var string + * @var string * @since 1.0.0 */ private string $name = ''; @@ -45,7 +45,7 @@ class Position implements ArrayableInterface, \JsonSerializable /** * Parent * - * @var mixed + * @var mixed * @since 1.0.0 */ private $parent = null; @@ -53,7 +53,7 @@ class Position implements ArrayableInterface, \JsonSerializable /** * Department * - * @var mixed + * @var mixed * @since 1.0.0 */ private $department = null; @@ -61,7 +61,7 @@ class Position implements ArrayableInterface, \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; @@ -69,7 +69,7 @@ class Position implements ArrayableInterface, \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $descriptionRaw = ''; @@ -77,7 +77,7 @@ class Position implements ArrayableInterface, \JsonSerializable /** * Status * - * @var int + * @var int * @since 1.0.0 */ protected int $status = Status::INACTIVE; @@ -87,7 +87,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getId() : int { @@ -99,7 +99,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getName() : string { @@ -113,7 +113,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setName(string $name) : void { @@ -125,7 +125,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return mixed * - * @since 1.0.0 + * @since 1.0.0 */ public function getParent() { @@ -139,7 +139,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setParent($parent) : void { @@ -151,7 +151,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return mixed * - * @since 1.0.0 + * @since 1.0.0 */ public function getDepartment() { @@ -165,7 +165,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDepartment($department) : void { @@ -177,7 +177,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getStatus() : int { @@ -191,7 +191,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setStatus(int $status) : void { @@ -203,7 +203,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescription() : string { @@ -217,7 +217,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescription(string $desc) : void { @@ -229,7 +229,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescriptionRaw() : string { @@ -243,7 +243,7 @@ class Position implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescriptionRaw(string $desc) : void { diff --git a/Models/PositionMapper.php b/Models/PositionMapper.php index 64d9ce3..a4155b0 100644 --- a/Models/PositionMapper.php +++ b/Models/PositionMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Organization position mapper class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class PositionMapper extends DataMapperAbstract { @@ -30,7 +30,7 @@ final class PositionMapper extends DataMapperAbstract /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -46,7 +46,7 @@ final class PositionMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ @@ -63,7 +63,7 @@ final class PositionMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'organization_position'; @@ -71,7 +71,7 @@ final class PositionMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'organization_position_id'; diff --git a/Models/Status.php b/Models/Status.php index 89b2763..39a8df4 100644 --- a/Models/Status.php +++ b/Models/Status.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,10 +19,10 @@ use phpOMS\Stdlib\Base\Enum; /** * Accept status enum. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ abstract class Status extends Enum { diff --git a/Models/Unit.php b/Models/Unit.php index 70def45..5c36083 100644 --- a/Models/Unit.php +++ b/Models/Unit.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\Contract\ArrayableInterface; /** * Organization unit class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Unit implements ArrayableInterface, \JsonSerializable { /** * Article ID. * - * @var int + * @var int * @since 1.0.0 */ private int $id = 0; @@ -37,7 +37,7 @@ class Unit implements ArrayableInterface, \JsonSerializable /** * Name. * - * @var string + * @var string * @since 1.0.0 */ private string $name = ''; @@ -45,7 +45,7 @@ class Unit implements ArrayableInterface, \JsonSerializable /** * Parent * - * @var mixed + * @var mixed * @since 1.0.0 */ private $parent = null; @@ -53,7 +53,7 @@ class Unit implements ArrayableInterface, \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ private string $description = ''; @@ -61,7 +61,7 @@ class Unit implements ArrayableInterface, \JsonSerializable /** * Description. * - * @var string + * @var string * @since 1.0.0 */ protected string $descriptionRaw = ''; @@ -69,7 +69,7 @@ class Unit implements ArrayableInterface, \JsonSerializable /** * Status * - * @var int + * @var int * @since 1.0.0 */ protected int $status = Status::INACTIVE; @@ -79,7 +79,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getId() : int { @@ -91,7 +91,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getName() : string { @@ -105,7 +105,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setName(string $name) : void { @@ -117,7 +117,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return mixed * - * @since 1.0.0 + * @since 1.0.0 */ public function getParent() { @@ -131,7 +131,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setParent($parent) : void { @@ -143,7 +143,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return int * - * @since 1.0.0 + * @since 1.0.0 */ public function getStatus() : int { @@ -157,7 +157,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setStatus(int $status) : void { @@ -169,7 +169,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescription() : string { @@ -183,7 +183,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescription(string $desc) : void { @@ -195,7 +195,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return string * - * @since 1.0.0 + * @since 1.0.0 */ public function getDescriptionRaw() : string { @@ -209,7 +209,7 @@ class Unit implements ArrayableInterface, \JsonSerializable * * @return void * - * @since 1.0.0 + * @since 1.0.0 */ public function setDescriptionRaw(string $desc) : void { diff --git a/Models/UnitMapper.php b/Models/UnitMapper.php index be127f2..ed055f3 100644 --- a/Models/UnitMapper.php +++ b/Models/UnitMapper.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\Organization - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\Organization + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -19,17 +19,17 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; /** * Organization unit mapper class. * - * @package Modules\Organization - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\Organization + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ final class UnitMapper extends DataMapperAbstract { /** * Columns. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $columns = [ @@ -44,7 +44,7 @@ final class UnitMapper extends DataMapperAbstract /** * Belongs to. * - * @var array> + * @var array> * @since 1.0.0 */ protected static array $belongsTo = [ @@ -61,7 +61,7 @@ final class UnitMapper extends DataMapperAbstract /** * Primary table. * - * @var string + * @var string * @since 1.0.0 */ protected static string $table = 'organization_unit'; @@ -69,7 +69,7 @@ final class UnitMapper extends DataMapperAbstract /** * Primary field name. * - * @var string + * @var string * @since 1.0.0 */ protected static string $primaryField = 'organization_unit_id'; diff --git a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php index 87c4dc6..0f4d4e0 100644 --- a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php +++ b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,10 +22,10 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package TBD + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 * @codeCoverageIgnore */ class DepartmentTagSelectorPopupView extends View diff --git a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php index 0826eaa..9577943 100644 --- a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php +++ b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,10 +22,10 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package TBD + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 * @codeCoverageIgnore */ class DepartmentTagSelectorView extends View diff --git a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php index d32cced..d855793 100644 --- a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php +++ b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,10 +22,10 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package TBD + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 * @codeCoverageIgnore */ class PositionTagSelectorPopupView extends View diff --git a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php index acfb83d..0573579 100644 --- a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php +++ b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,10 +22,10 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package TBD + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 * @codeCoverageIgnore */ class PositionTagSelectorView extends View diff --git a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php index c3e6132..c1de8a3 100644 --- a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php +++ b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,10 +22,10 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package TBD + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 * @codeCoverageIgnore */ class UnitTagSelectorPopupView extends View diff --git a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php index 728c856..666e0b8 100644 --- a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php +++ b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,10 +22,10 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package TBD + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 * @codeCoverageIgnore */ class UnitTagSelectorView extends View diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index fe8c3ad..54464bf 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ return ['Navigation' => [ 'Departments' => 'Departments', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 5d52402..b80e029 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ return ['Organization' => [ 'Active' => 'Active', diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index 56a6e06..4957df4 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 55b56e7..659f364 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index bb54b71..9441c00 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/organigram.tpl.php b/Theme/Backend/organigram.tpl.php index af677de..4617559 100644 --- a/Theme/Backend/organigram.tpl.php +++ b/Theme/Backend/organigram.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 4590a93..87710c1 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 1be8fbd..0b8e5af 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index d33c853..9d536d7 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index aa71143..6a333ca 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 3f22318..665bdda 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index 41e1268..c59d1da 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package TBD - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package TBD + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this