diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 2cb3d98..f3a5e8f 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording\Admin\Install - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording\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\HumanResourceTimeRecording\Admin\Install - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording\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 ff6c76c..f080714 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording\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\InstallerAbstract; /** * Installer class. * - * @package Modules\HumanResourceTimeRecording\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording\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 51674e7..1c53c7d 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording\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\HumanResourceTimeRecording\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording\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 b1121b3..a59034f 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording\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\HumanResourceTimeRecording\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording\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 e8ad557..1189c88 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording\Admin - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording\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\UpdaterAbstract; /** * Updater class. * - * @package Modules\HumanResourceTimeRecording\Admin - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording\Admin + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Updater extends UpdaterAbstract { diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 3474998..2ef3de4 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @copyright Dennis Eichhorn + * @license OMS License 1.0 + * @version 1.0.0 + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,22 +22,24 @@ use phpOMS\Views\View; /** * TimeRecording controller class. * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @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 viewDashboard(RequestAbstract $request, ResponseAbstract $response, $data = null) : RenderableInterface diff --git a/Controller/Controller.php b/Controller/Controller.php index 82a2a03..d8863b3 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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; /** * Database controller class. * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @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 = 'HumanResourceTimeRecording'; @@ -55,7 +55,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module id. * - * @var int + * @var int * @since 1.0.0 */ public const MODULE_ID = 1006300000; @@ -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/ClockingStatus.php b/Models/ClockingStatus.php index 5bb0a99..cf764ba 100644 --- a/Models/ClockingStatus.php +++ b/Models/ClockingStatus.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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; /** * ClockingStatus enum. * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ abstract class ClockingStatus extends Enum { diff --git a/Models/ClockingType.php b/Models/ClockingType.php index bc107cb..5a7f6e6 100644 --- a/Models/ClockingType.php +++ b/Models/ClockingType.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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; /** * ClockingType enum. * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ abstract class ClockingType extends Enum { diff --git a/Models/NullSession.php b/Models/NullSession.php index 168b584..f3c0f47 100644 --- a/Models/NullSession.php +++ b/Models/NullSession.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class NullSession extends Session { diff --git a/Models/NullSessionElement.php b/Models/NullSessionElement.php index b06d839..8789f45 100644 --- a/Models/NullSessionElement.php +++ b/Models/NullSessionElement.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class NullSessionElement extends SessionElement { diff --git a/Models/PermissionState.php b/Models/PermissionState.php index b5d84b4..980fec8 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ abstract class PermissionState extends Enum { diff --git a/Models/Session.php b/Models/Session.php index 5dc59ac..1eb2dd2 100644 --- a/Models/Session.php +++ b/Models/Session.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class Session implements ArrayableInterface, \JsonSerializable { diff --git a/Models/SessionElement.php b/Models/SessionElement.php index 44a769c..c083053 100644 --- a/Models/SessionElement.php +++ b/Models/SessionElement.php @@ -4,11 +4,11 @@ * * PHP Version 7.4 * - * @package Modules\HumanResourceTimeRecording - * @copyright Dennis Eichhorn - * @license OMS License 1.0 - * @version 1.0.0 - * @link https://orange-management.org + * @package Modules\HumanResourceTimeRecording + * @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\HumanResourceTimeRecording\Models; /** * Null model * - * @package Modules\HumanResourceTimeRecording - * @license OMS License 1.0 - * @link https://orange-management.org - * @since 1.0.0 + * @package Modules\HumanResourceTimeRecording + * @license OMS License 1.0 + * @link https://orange-management.org + * @since 1.0.0 */ class SessionElement implements ArrayableInterface, \JsonSerializable { diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 2082c1e..f76bd4a 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' => [ 'Create' => 'Create', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index 45c3652..938c3be 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 ['HumanResourceTimeRecording' => [ 'End' => 'End', diff --git a/Theme/Backend/dashboard.tpl.php b/Theme/Backend/dashboard.tpl.php index f66de35..6ea677f 100644 --- a/Theme/Backend/dashboard.tpl.php +++ b/Theme/Backend/dashboard.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 */ use \Modules\HumanResourceTimeRecording\Models\ClockingType;