mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +00:00
fix url
This commit is contained in:
parent
5844ad3a72
commit
e24f460fdf
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ use phpOMS\Validation\Network\Email;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Account implements \JsonSerializable
|
class Account implements \JsonSerializable
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class AccountManager implements \Countable
|
final class AccountManager implements \Countable
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class AccountStatus extends Enum
|
abstract class AccountStatus extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class AccountType extends Enum
|
abstract class AccountType extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Group implements \JsonSerializable
|
class Group implements \JsonSerializable
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class GroupStatus extends Enum
|
abstract class GroupStatus extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Account;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NullAccount extends Account
|
final class NullAccount extends Account
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Account;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NullGroup extends Group
|
final class NullGroup extends Group
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Account;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class PermissionAbstract implements \JsonSerializable
|
class PermissionAbstract implements \JsonSerializable
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Account;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
trait PermissionHandlingTrait
|
trait PermissionHandlingTrait
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class PermissionOwner extends Enum
|
abstract class PermissionOwner extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Account
|
* @package phpOMS\Account
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class PermissionType extends Enum
|
abstract class PermissionType extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Ai\NeuralNetwork;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Ai\NeuralNetwork
|
* @package phpOMS\Ai\NeuralNetwork
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Neuron
|
class Neuron
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ use phpOMS\System\File\PathException;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Ai\Ocr
|
* @package phpOMS\Ai\Ocr
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class BasicOcr
|
final class BasicOcr
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ use phpOMS\System\SystemUtils;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Ai\Ocr\Tesseract
|
* @package phpOMS\Ai\Ocr\Tesseract
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class TesseractOcr
|
final class TesseractOcr
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Clustering;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Clustering
|
* @package phpOMS\Algorithm\Clustering
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Kmeans
|
final class Kmeans
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Clustering;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Clustering
|
* @package phpOMS\Algorithm\Clustering
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Point implements PointInterface
|
class Point implements PointInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -23,7 +23,7 @@ namespace phpOMS\Algorithm\Clustering;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Clustering;
|
* @package phpOMS\Algorithm\Clustering;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface PointInterface
|
interface PointInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\CoinMatching;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\CoinMatching
|
* @package phpOMS\Algorithm\CoinMatching
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class MinimumCoinProblem
|
final class MinimumCoinProblem
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Graph;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Graph;
|
* @package phpOMS\Algorithm\Graph;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class DependencyResolver
|
final class DependencyResolver
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\JobScheduling;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\JobScheduling
|
* @package phpOMS\Algorithm\JobScheduling
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Job implements JobInterface
|
class Job implements JobInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\JobScheduling;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\JobScheduling;
|
* @package phpOMS\Algorithm\JobScheduling;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface JobInterface
|
interface JobInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\JobScheduling;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\JobScheduling
|
* @package phpOMS\Algorithm\JobScheduling
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Weighted
|
final class Weighted
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Knapsack
|
* @package phpOMS\Algorithm\Knapsack
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Backpack implements BackpackInterface
|
class Backpack implements BackpackInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Knapsack;
|
* @package phpOMS\Algorithm\Knapsack;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface BackpackInterface
|
interface BackpackInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Algorithm\Knapsack;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Knapsack
|
* @package phpOMS\Algorithm\Knapsack
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Bounded
|
final class Bounded
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Knapsack
|
* @package phpOMS\Algorithm\Knapsack
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Continuous
|
final class Continuous
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Knapsack;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Knapsack
|
* @package phpOMS\Algorithm\Knapsack
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Item implements ItemInterface
|
class Item implements ItemInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Knapsack;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Knapsack;
|
* @package phpOMS\Algorithm\Knapsack;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface ItemInterface
|
interface ItemInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -20,7 +20,7 @@ namespace phpOMS\Algorithm\Maze;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Maze
|
* @package phpOMS\Algorithm\Maze
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class MazeGenerator
|
class MazeGenerator
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*
|
*
|
||||||
* Extended based on:
|
* Extended based on:
|
||||||
* MIT License
|
* MIT License
|
||||||
|
|
@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\Heap;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class AStar implements PathFinderInterface
|
final class AStar implements PathFinderInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class AStarNode extends Node
|
class AStarNode extends Node
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*
|
*
|
||||||
* Extended based on:
|
* Extended based on:
|
||||||
* MIT License
|
* MIT License
|
||||||
|
|
@ -24,7 +24,7 @@ namespace phpOMS\Algorithm\PathFinding;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Grid
|
class Grid
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Math\Topology\Metrics2D;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Heuristic
|
final class Heuristic
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class HeuristicType extends Enum
|
abstract class HeuristicType extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class JumpPointNode extends Node
|
class JumpPointNode extends Node
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*
|
*
|
||||||
* Extended based on:
|
* Extended based on:
|
||||||
* MIT License
|
* MIT License
|
||||||
|
|
@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\Heap;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class JumpPointSearch implements PathFinderInterface
|
final class JumpPointSearch implements PathFinderInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class MovementType extends Enum
|
abstract class MovementType extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\HeapItemInterface;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Node implements HeapItemInterface
|
class Node implements HeapItemInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NullJumpPointNode extends JumpPointNode
|
final class NullJumpPointNode extends JumpPointNode
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NullNode extends Node
|
final class NullNode extends Node
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*
|
*
|
||||||
* Extended based on:
|
* Extended based on:
|
||||||
* MIT License
|
* MIT License
|
||||||
|
|
@ -24,7 +24,7 @@ namespace phpOMS\Algorithm\PathFinding;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Path
|
class Path
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\PathFinding;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\PathFinding
|
* @package phpOMS\Algorithm\PathFinding
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface PathFinderInterface
|
interface PathFinderInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class BitonicSort implements SortInterface
|
final class BitonicSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class BubbleSort implements SortInterface
|
final class BubbleSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class BucketSort
|
final class BucketSort
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class CocktailShakerSort implements SortInterface
|
final class CocktailShakerSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class CombSort implements SortInterface
|
final class CombSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class CycleSort implements SortInterface
|
final class CycleSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class GnomeSort implements SortInterface
|
final class GnomeSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class HeapSort implements SortInterface
|
final class HeapSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class InsertionSort implements SortInterface
|
final class InsertionSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class IntroSort implements SortInterface
|
final class IntroSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class MergeSort implements SortInterface
|
final class MergeSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class OddEvenSort implements SortInterface
|
final class OddEvenSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class PancakeSort implements SortInterface
|
final class PancakeSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class QuickSort implements SortInterface
|
final class QuickSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class SelectionSort implements SortInterface
|
final class SelectionSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class ShellSort implements SortInterface
|
final class ShellSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface SortInterface
|
interface SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort
|
* @package phpOMS\Algorithm\Sort
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class SortOrder extends Enum
|
abstract class SortOrder extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface SortableInterface
|
interface SortableInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class StoogeSort implements SortInterface
|
final class StoogeSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Algorithm\Sort;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Algorithm\Sort;
|
* @package phpOMS\Algorithm\Sort;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class TimSort implements SortInterface
|
final class TimSort implements SortInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -53,7 +53,7 @@ use phpOMS\Router\RouterInterface;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Application
|
* @package phpOMS\Application
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class ApplicationAbstract
|
class ApplicationAbstract
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ use phpOMS\Utils\ArrayUtils;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Application
|
* @package phpOMS\Application
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class ApplicationInfo
|
final class ApplicationInfo
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
@ -26,7 +26,7 @@ use phpOMS\System\File\PathException;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Application
|
* @package phpOMS\Application
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class ApplicationManager
|
final class ApplicationManager
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Application
|
* @package phpOMS\Application
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class ApplicationStatus extends Enum
|
abstract class ApplicationStatus extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@ use phpOMS\System\File\Local\Directory;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Application
|
* @package phpOMS\Application
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class InstallerAbstract
|
abstract class InstallerAbstract
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Application
|
* @package phpOMS\Application
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class StatusAbstract
|
abstract class StatusAbstract
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\Builder as SchemaBuilder;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Application
|
* @package phpOMS\Application
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class UninstallerAbstract
|
abstract class UninstallerAbstract
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Asset;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Asset
|
* @package phpOMS\Asset
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class AssetManager implements \Countable
|
final class AssetManager implements \Countable
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Asset
|
* @package phpOMS\Asset
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class AssetType extends Enum
|
abstract class AssetType extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Auth
|
* @package phpOMS\Auth
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Auth
|
final class Auth
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Auth
|
* @package phpOMS\Auth
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class LoginReturnType extends Enum
|
abstract class LoginReturnType extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace phpOMS;
|
||||||
*
|
*
|
||||||
* @package phpOMS
|
* @package phpOMS
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class AutoloadException extends \RuntimeException
|
final class AutoloadException extends \RuntimeException
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace phpOMS;
|
||||||
*
|
*
|
||||||
* @package phpOMS
|
* @package phpOMS
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Autoloader
|
final class Autoloader
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Finance
|
* @package phpOMS\Business\Finance
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Depreciation
|
final class Depreciation
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ use phpOMS\Math\Statistic\Average;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Finance
|
* @package phpOMS\Business\Finance
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.CamelCaseParameterName)
|
* @SuppressWarnings(PHPMD.CamelCaseParameterName)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Finance
|
* @package phpOMS\Business\Finance
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.CamelCaseParameterName)
|
* @SuppressWarnings(PHPMD.CamelCaseParameterName)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Finance
|
* @package phpOMS\Business\Finance
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Lorenzkurve
|
final class Lorenzkurve
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Business\Finance;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Finance
|
* @package phpOMS\Business\Finance
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*
|
*
|
||||||
* @SuppressWarnings(PHPMD.CamelCaseParameterName)
|
* @SuppressWarnings(PHPMD.CamelCaseParameterName)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\Math\Statistic\Correlation;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Marketing
|
* @package phpOMS\Business\Marketing
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class ArticleCorrelationAffinity
|
final class ArticleCorrelationAffinity
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Business\Marketing;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Marketing
|
* @package phpOMS\Business\Marketing
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class CustomerValue
|
final class CustomerValue
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@ use phpOMS\Math\Matrix\Vector;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Marketing
|
* @package phpOMS\Business\Marketing
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Metrics
|
final class Metrics
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Business\Marketing;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Marketing
|
* @package phpOMS\Business\Marketing
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class NetPromoterScore
|
final class NetPromoterScore
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Business\Marketing;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Marketing
|
* @package phpOMS\Business\Marketing
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class PageRank
|
final class PageRank
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace phpOMS\Business\Programming;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Programming
|
* @package phpOMS\Business\Programming
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class Metrics
|
final class Metrics
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Business\Sales;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Business\Sales
|
* @package phpOMS\Business\Sales
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class MarketShareEstimation
|
final class MarketShareEstimation
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Config;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Config
|
* @package phpOMS\Config
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface OptionsInterface
|
interface OptionsInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace phpOMS\Config;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Config
|
* @package phpOMS\Config
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
trait OptionsTrait
|
trait OptionsTrait
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Config;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Config
|
* @package phpOMS\Config
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface SettingsInterface extends OptionsInterface
|
interface SettingsInterface extends OptionsInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@ namespace phpOMS\Contract;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Contract
|
* @package phpOMS\Contract
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface ArrayableInterface
|
interface ArrayableInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Contract;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Contract
|
* @package phpOMS\Contract
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface RenderableInterface
|
interface RenderableInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ namespace phpOMS\Contract;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Contract
|
* @package phpOMS\Contract
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface SerializableInterface
|
interface SerializableInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace phpOMS\Contract;
|
||||||
*
|
*
|
||||||
* @package phpOMS\Contract
|
* @package phpOMS\Contract
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
interface StreamInterface
|
interface StreamInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ use phpOMS\DataStorage\DataStoragePoolInterface;
|
||||||
*
|
*
|
||||||
* @package phpOMS\DataStorage\Cache
|
* @package phpOMS\DataStorage\Cache
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
final class CachePool implements DataStoragePoolInterface
|
final class CachePool implements DataStoragePoolInterface
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\DataStorage\Cache
|
* @package phpOMS\DataStorage\Cache
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class CacheStatus extends Enum
|
abstract class CacheStatus extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\DataStorage\Cache
|
* @package phpOMS\DataStorage\Cache
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class CacheType extends Enum
|
abstract class CacheType extends Enum
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
*/
|
*/
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
|
@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
*
|
*
|
||||||
* @package phpOMS\DataStorage\Cache\Connection
|
* @package phpOMS\DataStorage\Cache\Connection
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://karaka.app
|
* @link https://jingga.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
abstract class CacheValueType extends Enum
|
abstract class CacheValueType extends Enum
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user