This commit is contained in:
Dennis Eichhorn 2022-02-19 13:57:39 +01:00
parent 4c2819a584
commit 25374458c9
94 changed files with 203 additions and 203 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
*
* @package Modules\Surveys\Admin\Install
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class Media

0
Admin/Install/Navigation.install.json Normal file → Executable file
View File

6
Admin/Install/Navigation.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Application\ApplicationAbstract;
*
* @package Modules\Surveys\Admin\Install
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class Navigation

0
Admin/Install/db.json Normal file → Executable file
View File

6
Admin/Installer.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract;
*
* @package Modules\Surveys\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Installer extends InstallerAbstract

4
Admin/Routes/Web/Backend.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

6
Admin/Status.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract;
*
* @package Modules\Surveys\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Status extends StatusAbstract

6
Admin/Uninstaller.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract;
*
* @package Modules\Surveys\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Uninstaller extends UninstallerAbstract

6
Admin/Updater.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract;
*
* @package Modules\Surveys\Admin
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class Updater extends UpdaterAbstract

6
Controller/ApiController.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -41,7 +41,7 @@ use phpOMS\Utils\Parser\Markdown\Markdown;
*
* @package Modules\Surveys
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class ApiController extends Controller

6
Controller/BackendController.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -27,7 +27,7 @@ use phpOMS\Views\View;
*
* @package Modules\Surveys
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
* @codeCoverageIgnore
*/

6
Controller/Controller.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface;
*
* @package Modules\Surveys
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class Controller extends ModuleAbstract implements WebInterface

6
Models/NullSurveyTemplate.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Surveys\Models;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class NullSurveyTemplate extends SurveyTemplate

6
Models/NullSurveyTemplateElement.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Surveys\Models;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class NullSurveyTemplateElement extends SurveyTemplateElement

6
Models/NullSurveyTemplateElementL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Surveys\Models;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class NullSurveyTemplateElementL11n extends SurveyTemplateElementL11n

6
Models/NullSurveyTemplateL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Surveys\Models;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class NullSurveyTemplateL11n extends SurveyTemplateL11n

6
Models/NullSurveyTemplateLabelL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Surveys\Models;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class NullSurveyTemplateLabelL11n extends SurveyTemplateLabelL11n

6
Models/PermissionState.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
abstract class PermissionState extends Enum

6
Models/SurveyAnswer.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -19,7 +19,7 @@ namespace Modules\Surveys\Models;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class SurveyAnswer

6
Models/SurveyElementType.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
abstract class SurveyElementType extends Enum

6
Models/SurveyStatus.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
abstract class SurveyStatus extends Enum

6
Models/SurveyTemplate.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\Localization\ISO639x1Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class SurveyTemplate

6
Models/SurveyTemplateElement.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\Localization\ISO639x1Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class SurveyTemplateElement

6
Models/SurveyTemplateElementL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Localization\ISO639x1Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class SurveyTemplateElementL11n implements \JsonSerializable, ArrayableInterface

6
Models/SurveyTemplateElementL11nMapper.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class SurveyTemplateElementL11nMapper extends DataMapperFactory

6
Models/SurveyTemplateElementMapper.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class SurveyTemplateElementMapper extends DataMapperFactory

6
Models/SurveyTemplateL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Localization\ISO639x1Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class SurveyTemplateL11n implements \JsonSerializable, ArrayableInterface

6
Models/SurveyTemplateL11nMapper.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class SurveyTemplateL11nMapper extends DataMapperFactory

6
Models/SurveyTemplateLabelL11n.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -22,7 +22,7 @@ use phpOMS\Localization\ISO639x1Enum;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
class SurveyTemplateLabelL11n implements \JsonSerializable, ArrayableInterface

6
Models/SurveyTemplateLabelL11nMapper.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\Mapper\DataMapperFactory;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class SurveyTemplateLabelL11nMapper extends DataMapperFactory

6
Models/SurveyTemplateMapper.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);
@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\Mapper\ReadMapper;
*
* @package Modules\Surveys\Models
* @license OMS License 1.0
* @link https://orange-management.org
* @link https://karaka.app
* @since 1.0.0
*/
final class SurveyTemplateMapper extends DataMapperFactory

0
README.md Normal file → Executable file
View File

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.org
*/
declare(strict_types=1);

0
Theme/Backend/styles.css Normal file → Executable file
View File

0
Theme/Backend/styles.scss Normal file → Executable file
View File

4
Theme/Backend/surveys-create.tpl.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

4
Theme/Backend/surveys-list.tpl.php Normal file → Executable file
View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 7.4
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

0
img/module_teaser_small.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

2
info.json Normal file → Executable file
View File

@ -11,7 +11,7 @@
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Orange Management",
"name": "Karaka",
"website": "www.spl1nes.com"
},
"description": "Surveys module.",

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);

View File

@ -1,6 +1,6 @@
<?php
/**
* Orange Management
* Karaka
*
* PHP Version 8.0
*
@ -8,7 +8,7 @@
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
* @link https://karaka.app
*/
declare(strict_types=1);