Remove @category and replace with @package

This commit is contained in:
Dennis Eichhorn 2017-12-30 12:57:27 +01:00
parent db5a215071
commit 60921028e7
468 changed files with 850 additions and 1324 deletions

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -26,8 +25,7 @@ use phpOMS\Validation\Network\Email;
* The account class is the base model for accounts. This model contains the most common account
* information. This model is not comparable to a profile which contains much more information.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -23,8 +22,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
*
* The account manager is used to manage multiple accounts.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Account status enum.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Account type enum.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Contract\ArrayableInterface;
/**
* Account group class.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Accept status enum.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +17,7 @@ namespace phpOMS\Account;
/**
* Null account class.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +20,7 @@ namespace phpOMS\Account;
* This permission abstract is the basis for all permissions. Contrary to it's name it is not an
* abstract class and can be used directly if needed.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Permission type enum.
*
* @category Framework
* @package phpOMS\Account
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -31,7 +31,6 @@ namespace phpOMS;
* @property \phpOMS\Account\AccountManager accountManager
* @property \phpOMS\Log\FileLogger logger
*
* @category Framework
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Asset
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +17,7 @@ namespace phpOMS\Asset;
/**
* Asset manager class.
*
* @category Framework
* @package phpOMS\Asset
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Asset
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Asset types enum.
*
* @category Framework
* @package phpOMS\Asset
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Auth
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -22,8 +21,7 @@ use phpOMS\DataStorage\Session\SessionInterface;
*
* Responsible for authenticating and initializing the connection
*
* @category Framework
* @package phpOMS\Auth
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Auth
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -22,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* These are possible answers to authentications.
*
* @category Framework
* @package phpOMS\Auth
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS;
/**
* Permission exception class.
*
* @category Framework
* @package phpOMS\System\File
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,7 +19,6 @@ spl_autoload_register('\phpOMS\Autoloader::default_autoloader');
/**
* Autoloader class.
*
* @category Framework
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +20,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException;
/**
* Finance class.
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance\Forecasting
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -22,8 +21,7 @@ use phpOMS\Math\Statistic\Average;
*
* This can be used to simplify time series patterns for forecasts.
*
* @category Framework
* @package phpOMS\Business\Finance\Forecasting
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @see https://www.otexts.org/fpp/6/1

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Smoothing enum.
*
* @category Framework
* @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Smoothing enum.
*
* @category Framework
* @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Smoothing enum.
*
* @category Framework
* @package phpOMS\Html
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +17,7 @@ namespace phpOMS\Business\Finance;
/**
* Finance class.
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +17,7 @@ namespace phpOMS\Business\Finance;
/**
* Finance class.
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +17,7 @@ namespace phpOMS\Business\Finance;
/**
* Finance class.
*
* @category Framework
* @package phpOMS\Business\Finance
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Marketing
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ namespace phpOMS\Business\Marketing;
*
* This class provided basic marketing metric calculations
*
* @category Framework
* @package phpOMS\Business\Marketing
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Marketing
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +20,7 @@ namespace phpOMS\Business\Marketing;
* The net promoter score is a basic evaluation of the happiness of customers.
* Instead of customers the NPS can also be transferred to non-customers.
*
* @category Framework
* @package phpOMS\Business\Marketing
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ namespace phpOMS\Business\Programming;
*
* This class provides basic programming metric calculations.
*
* @category Framework
* @package phpOMS\Business
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Business\Sales
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +20,7 @@ namespace phpOMS\Business\Sales;
* This class can be used to calculate the market share based on a rank or vice versa
* the rank based on a marketshare in a Zipf distributed market.
*
* @category Framework
* @package phpOMS\Business\Sales
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Config
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +17,7 @@ namespace phpOMS\Config;
/**
* Options class.
*
* @category Framework
* @package phpOMS\Config
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Config
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +17,7 @@ namespace phpOMS\Config;
/**
* Options trait.
*
* @category Framework
* @package phpOMS\Config
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Config
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -24,8 +23,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
*
* Responsible for providing a database/cache bound settings manger
*
* @category Framework
* @package phpOMS\Config
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\Console;
/**
* CommandManager class.
*
* @category Framework
* @package phpOMS\Socket
* @package Framework
* @since 1.0.0
*
* @todo : Hey, this looks like a copy of an event manager!

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Contract
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +19,7 @@ namespace phpOMS\Contract;
*
* This stands always in combination with a jsonable instance.
*
* @category Framework
* @package phpOMS\Contract
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,8 +4,7 @@
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\Contract
* @package Framework
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +20,7 @@ namespace phpOMS\Contract;
* This is primarily used for classes that provide formatted output or output,
* that get's rendered in third party applications.
*
* @category Framework
* @package phpOMS\Contract
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache;
/**
* Database connection factory.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +18,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue;
/**
* Cache interface.
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -24,8 +24,7 @@ use phpOMS\Config\OptionsTrait;
* Responsible for caching scalar data types and arrays.
* Caching HTML output and objects coming soon/is planned.
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* Possible caching status
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* Possible caching types
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -23,8 +23,7 @@ use phpOMS\System\File\Local\File;
*
* PHP Version 7.1
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache;
/**
* Memcache class.
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache;
/**
* Memcache class.
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Cache;
/**
* Null cache class.
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ namespace phpOMS\DataStorage\Cache;
*
* PHP Version 5.6
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ namespace phpOMS\DataStorage\Cache;
*
* PHP Version 5.6
*
* @category Framework
* @package phpOMS\DataStorage\Cache
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\DataStorage\LockException;
/**
* CookieJar class
*
* @category Framework
* @package phpOMS\Utils
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
*
* DB, Cache, Session
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;
/**
* Database query builder.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -24,8 +24,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar;
* Handles the database connection.
* Implementing wrapper functions for multiple databases is planned (far away).
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\DatabaseType;
/**
* Database connection factory.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar;
/**
* Database connection interface.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -26,8 +26,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidConnectionConfigException;
* Handles the database connection.
* Implementing wrapper functions for multiple databases is planned (far away).
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -24,8 +24,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\SqliteGrammar;
* Handles the database connection.
* Implementing wrapper functions for multiple databases is planned (far away).
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -25,8 +25,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\MysqlGrammar as MysqlSchemaGramma
* Handles the database connection.
* Implementing wrapper functions for multiple databases is planned (far away).
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -25,8 +25,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidMapperException;
*
* DB, Cache, Session
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\Schema\Exception\TableException;
/**
* Database exception factory.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionFactory;
/**
* Database pool handler.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* Possible database connection status
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* Database types that are supported by the application
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Exception;
/**
* Permission exception class.
*
* @category Framework
* @package phpOMS\System\File
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Exception;
/**
* Permission exception class.
*
* @category Framework
* @package phpOMS\System\File
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database;
/**
* Grammar.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;
/**
* Database query builder.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Query;
/**
* Database query builder.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -24,8 +24,7 @@ use phpOMS\DataStorage\Database\Query\Where;
/**
* Database query grammar.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
/**
* Grammar class.
*
* @category Framework
* @package phpOMS\DataStorage\Database\Query\Grammar
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
/**
* Grammar class.
*
* @category Framework
* @package phpOMS\DataStorage\Database\Query\Grammar
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
/**
* Grammar class.
*
* @category Framework
* @package phpOMS\DataStorage\Database\Query\Grammar
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
/**
* Grammar class.
*
* @category Framework
* @package phpOMS\DataStorage\Database\Query\Grammar
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -18,8 +18,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
/**
* Grammar class.
*
* @category Framework
* @package phpOMS\DataStorage\Database\Query\Grammar
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Query type enum.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\Stdlib\Base\Enum;
/**
* Query type enum.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Query;
/**
* Database query builder.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* Database types that are supported by the application
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -20,8 +20,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;
/**
* Database query builder.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Database\Schema\Exception;
/**
* Path exception class.
*
* @category System
* @package Framework
* @package System
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\DataStorage\Database\Schema\QueryType;
/**
* Database query grammar.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -19,8 +19,7 @@ use phpOMS\DataStorage\Database\Query\Builder;
/**
* Database query grammar.
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -21,8 +21,7 @@ use phpOMS\Stdlib\Base\Enum;
*
* Database types that are supported by the application
*
* @category Framework
* @package phpOMS\DataStorage\Database
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage;
/**
* Permission exception class.
*
* @category Framework
* @package phpOMS\System\File
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

View File

@ -4,7 +4,7 @@
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
@ -17,8 +17,7 @@ namespace phpOMS\DataStorage\Session;
/**
* Console session class.
*
* @category Framework
* @package phpOMS\DataStorage\Session
* @package Framework
* @license OMS License 1.0
* @link http://website.orange-management.de
* @since 1.0.0

Some files were not shown because too many files have changed in this diff Show More