mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
style fixes and time recording app draft
This commit is contained in:
parent
4c863353d0
commit
de29fdb4d5
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -17,7 +17,7 @@ namespace Modules\Support\Models;
|
|||
/**
|
||||
* Issue class.
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @license OMS License 1.0
|
||||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
|
|
@ -75,12 +75,10 @@ class Issue
|
|||
return self::$instances[$id];
|
||||
}
|
||||
|
||||
|
||||
public function init($id) : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function __clone()
|
||||
{
|
||||
}
|
||||
|
|
@ -120,27 +118,22 @@ class Issue
|
|||
$this->creator = $creator;
|
||||
}
|
||||
|
||||
|
||||
public function delete() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function create() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function update() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function serialize() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function unserialize($data) : void
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -17,7 +17,7 @@ namespace Modules\Support\Models;
|
|||
/**
|
||||
* Issue class.
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @license OMS License 1.0
|
||||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
|
|
@ -103,27 +103,22 @@ class Message
|
|||
$this->creator = $creator;
|
||||
}
|
||||
|
||||
|
||||
public function delete() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function create() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function update() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function serialize() : void
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function unserialize($data) : void
|
||||
{
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
/**
|
||||
* Permision state enum.
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @license OMS License 1.0
|
||||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* PHP Version 7.4
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
|
|
@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
|
|||
/**
|
||||
* Support status enum.
|
||||
*
|
||||
* @package Modules\Support
|
||||
* @package Modules\Support\Models
|
||||
* @license OMS License 1.0
|
||||
* @link https://orange-management.org
|
||||
* @since 1.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user