From ce80ffadc607e4432ecaa9781bebfe8167c1bfeb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 5 Nov 2017 13:09:39 +0100 Subject: [PATCH] General fixes --- Account/Account.php | 8 +- Account/AccountManager.php | 34 +- Account/AccountStatus.php | 8 +- Account/AccountType.php | 8 +- Account/Group.php | 8 +- Account/GroupStatus.php | 8 +- Account/NullAccount.php | 8 +- Account/PermissionAbstract.php | 8 +- Account/PermissionType.php | 8 +- ApplicationAbstract.php | 4 +- Asset/AssetManager.php | 8 +- Asset/AssetType.php | 8 +- Auth/Auth.php | 34 +- Auth/LoginReturnType.php | 8 +- AutoloadException.php | 4 +- Autoloader.php | 4 +- Business/Finance/Depreciation.php | 2 +- Business/Finance/FinanceFormulas.php | 12 +- Business/Finance/Forecasting/AR.php | 2 +- Business/Finance/Forecasting/ARCH.php | 2 +- Business/Finance/Forecasting/ARFIMA.php | 2 +- Business/Finance/Forecasting/ARIMA.php | 2 +- Business/Finance/Forecasting/ARMA.php | 2 +- .../Forecasting/ClassicalDecomposition.php | 10 +- .../ExponentialSmoothing.php | 6 +- .../ExponentialSmoothing/SeasonalType.php | 10 +- .../ExponentialSmoothing/TrendType.php | 10 +- Business/Finance/Forecasting/GARCH.php | 2 +- Business/Finance/Forecasting/MA.php | 2 +- Business/Finance/Forecasting/NAR.php | 2 +- Business/Finance/Forecasting/NMA.php | 2 +- Business/Finance/Forecasting/SARIMA.php | 2 +- .../Finance/Forecasting/SmoothingType.php | 4 +- Business/Finance/Loan.php | 12 +- Business/Finance/Lorenzkurve.php | 12 +- Business/Finance/StockBonds.php | 12 +- Business/Marketing/Metrics.php | 10 +- Business/Marketing/NetPromoterScore.php | 10 +- Business/Programming/Metrics.php | 4 +- Business/Sales/MarketShareEstimation.php | 10 +- Config/OptionsInterface.php | 8 +- Config/OptionsTrait.php | 8 +- Config/SettingsAbstract.php | 8 +- Console/CommandManager.php | 2 +- Contract/ArrayableInterface.php | 8 +- Contract/RenderableInterface.php | 8 +- DataStorage/Cache/CacheFactory.php | 4 +- DataStorage/Cache/CacheInterface.php | 4 +- DataStorage/Cache/CachePool.php | 4 +- DataStorage/Cache/CacheStatus.php | 4 +- DataStorage/Cache/CacheType.php | 4 +- DataStorage/Cache/FileCache.php | 4 +- DataStorage/Cache/MemCache.php | 4 +- DataStorage/Cache/MemCached.php | 4 +- DataStorage/Cache/NullCache.php | 4 +- DataStorage/Cache/RedisCache.php | 4 +- DataStorage/Cache/WinCache.php | 4 +- DataStorage/Cookie/CookieJar.php | 4 +- DataStorage/DataMapperInterface.php | 4 +- DataStorage/Database/BuilderAbstract.php | 4 +- .../Connection/ConnectionAbstract.php | 4 +- .../Database/Connection/ConnectionFactory.php | 4 +- .../Connection/ConnectionInterface.php | 4 +- .../Database/Connection/MysqlConnection.php | 4 +- .../Connection/PostgresConnection.php | 2 +- .../Database/Connection/SQLiteConnection.php | 4 +- .../Connection/SqlServerConnection.php | 4 +- DataStorage/Database/DataMapperAbstract.php | 7 +- .../Database/DataMapperBaseAbstract.php | 437 ------------------ .../Database/DatabaseExceptionFactory.php | 4 +- DataStorage/Database/DatabasePool.php | 4 +- DataStorage/Database/DatabaseStatus.php | 4 +- DataStorage/Database/DatabaseType.php | 4 +- .../InvalidConnectionConfigException.php | 4 +- .../Exception/InvalidMapperException.php | 4 +- DataStorage/Database/GrammarAbstract.php | 4 +- DataStorage/Database/Query/Builder.php | 4 +- DataStorage/Database/Query/Column.php | 4 +- DataStorage/Database/Query/Expression.php | 2 +- .../Database/Query/Grammar/Grammar.php | 4 +- .../Query/Grammar/GrammarInterface.php | 2 +- .../Query/Grammar/MicrosoftGrammar.php | 4 +- .../Database/Query/Grammar/MysqlGrammar.php | 4 +- .../Database/Query/Grammar/OracleGrammar.php | 4 +- .../Query/Grammar/PostgresGrammar.php | 4 +- .../Database/Query/Grammar/SQLiteGrammar.php | 4 +- DataStorage/Database/Query/JoinType.php | 4 +- DataStorage/Database/Query/QueryType.php | 4 +- DataStorage/Database/Query/Where.php | 4 +- DataStorage/Database/RelationType.php | 4 +- DataStorage/Database/Schema/Builder.php | 4 +- .../Schema/Exception/TableException.php | 4 +- .../Database/Schema/Grammar/Grammar.php | 4 +- .../Schema/Grammar/GrammarInterface.php | 2 +- .../Database/Schema/Grammar/MysqlGrammar.php | 4 +- .../Schema/Grammar/PostgresGrammar.php | 2 +- .../Database/Schema/Grammar/SQLiteGrammar.php | 2 +- .../Schema/Grammar/SqlServerGrammar.php | 2 +- DataStorage/Database/Schema/QueryType.php | 4 +- DataStorage/LockException.php | 4 +- DataStorage/Session/ConsoleSession.php | 4 +- DataStorage/Session/HttpSession.php | 8 +- DataStorage/Session/SessionInterface.php | 4 +- DataStorage/Session/SocketSession.php | 4 +- DataStorage/Web/Builder.php | 4 +- Dispatcher/Dispatcher.php | 8 +- Event/EventManager.php | 8 +- Localization/ISO3166CharEnum.php | 8 +- Localization/ISO3166NameEnum.php | 8 +- Localization/ISO3166NumEnum.php | 8 +- Localization/ISO3166TwoEnum.php | 8 +- Localization/ISO4217CharEnum.php | 8 +- Localization/ISO4217DecimalEnum.php | 8 +- Localization/ISO4217Enum.php | 8 +- Localization/ISO4217NumEnum.php | 8 +- Localization/ISO4217SubUnitEnum.php | 8 +- Localization/ISO4217SymbolEnum.php | 8 +- Localization/ISO639Enum.php | 8 +- Localization/ISO639x1Enum.php | 8 +- Localization/ISO639x2Enum.php | 8 +- Localization/ISO8601EnumArray.php | 8 +- Localization/L11nManager.php | 8 +- Localization/Localization.php | 8 +- Localization/Money.php | 8 +- Localization/NullLocalization.php | 8 +- Localization/PhoneEnum.php | 8 +- Localization/TimeZoneEnumArray.php | 8 +- Log/FileLogger.php | 8 +- Log/LogLevel.php | 8 +- Log/LoggerInterface.php | 8 +- Math/Differential/FiniteDifference.php | 4 +- Math/Exception/ZeroDevisionException.php | 4 +- Math/Functions/Fibunacci.php | 4 +- Math/Functions/Functions.php | 4 +- Math/Geometry/ConvexHull/MonotoneChain.php | 4 +- Math/Geometry/Shape/D2/Circle.php | 4 +- Math/Geometry/Shape/D2/D2ShapeInterface.php | 4 +- Math/Geometry/Shape/D2/Ellipse.php | 4 +- Math/Geometry/Shape/D2/Polygon.php | 4 +- Math/Geometry/Shape/D2/Quadrilateral.php | 2 +- Math/Geometry/Shape/D2/Rectangle.php | 4 +- Math/Geometry/Shape/D2/Trapezoid.php | 4 +- Math/Geometry/Shape/D2/Triangle.php | 4 +- Math/Geometry/Shape/D3/Cone.php | 4 +- Math/Geometry/Shape/D3/Cuboid.php | 4 +- Math/Geometry/Shape/D3/Cylinder.php | 4 +- Math/Geometry/Shape/D3/D3ShapeInterface.php | 4 +- Math/Geometry/Shape/D3/Prism.php | 2 +- Math/Geometry/Shape/D3/RectangularPyramid.php | 4 +- Math/Geometry/Shape/D3/Sphere.php | 4 +- Math/Geometry/Shape/D3/Tetrahedron.php | 4 +- Math/Geometry/Shape/ShapeInterface.php | 4 +- Math/Integral/Gauss.php | 2 +- Math/Matrix/CholeskyDecomposition.php | 2 +- Math/Matrix/EigenvalueDecomposition.php | 2 +- .../Exception/InvalidDimensionException.php | 4 +- Math/Matrix/IdentityMatrix.php | 4 +- Math/Matrix/InverseType.php | 4 +- Math/Matrix/LUDecomposition.php | 2 +- Math/Matrix/Matrix.php | 4 +- Math/Matrix/QRDecomposition.php | 2 +- Math/Matrix/SingularValueDecomposition.php | 2 +- Math/Matrix/Vector.php | 4 +- Math/Number/Complex.php | 2 +- Math/Number/Integer.php | 4 +- Math/Number/Irrational.php | 2 +- Math/Number/Natural.php | 4 +- Math/Number/NumberType.php | 4 +- Math/Number/Numbers.php | 4 +- Math/Number/OperationInterface.php | 4 +- Math/Number/Prime.php | 4 +- Math/Number/Rational.php | 2 +- Math/Number/Real.php | 2 +- .../CubicSplineInterpolation.php | 4 +- .../Interpolation/LinearInterpolation.php | 4 +- .../Interpolation/PolynomialInterpolation.php | 4 +- .../GeneticAlgorithmInterface.php | 4 +- Math/Optimization/Graph/Dijkstra.php | 2 +- Math/Optimization/Graph/EdgeInterface.php | 4 +- Math/Optimization/Graph/FloydWarshall.php | 2 +- Math/Optimization/Graph/NullEdge.php | 4 +- Math/Optimization/Graph/NullVertice.php | 4 +- Math/Optimization/Graph/VerticeInterface.php | 4 +- Math/Optimization/Knappsack/Backpack.php | 2 +- Math/Optimization/Knappsack/BruteForce.php | 2 +- Math/Optimization/Knappsack/GA.php | 2 +- Math/Optimization/Knappsack/Item.php | 2 +- Math/Optimization/Knappsack/ItemPool.php | 2 +- Math/Optimization/Knappsack/Population.php | 2 +- .../ShiftScheduling/BruteForce.php | 2 +- Math/Optimization/ShiftScheduling/GA.php | 2 +- .../ShiftScheduling/Population.php | 2 +- Math/Optimization/ShiftScheduling/Workday.php | 2 +- Math/Optimization/ShiftScheduling/Worker.php | 2 +- .../ShiftScheduling/WorkerPool.php | 2 +- Math/Optimization/TSP/BruteForce.php | 4 +- Math/Optimization/TSP/City.php | 4 +- Math/Optimization/TSP/CityPool.php | 4 +- Math/Optimization/TSP/GA.php | 4 +- Math/Optimization/TSP/Population.php | 4 +- Math/Optimization/TSP/Tour.php | 4 +- Math/Parser/Evaluator.php | 4 +- Math/Statistic/Average.php | 4 +- Math/Statistic/Basic.php | 4 +- Math/Statistic/Correlation.php | 4 +- Math/Statistic/Forecast/Error.php | 4 +- .../Forecast/ForecastIntervalMultiplier.php | 4 +- Math/Statistic/Forecast/Forecasts.php | 4 +- .../Regression/LevelLevelRegression.php | 4 +- .../Regression/LevelLogRegression.php | 4 +- .../Regression/LogLevelRegression.php | 4 +- .../Forecast/Regression/LogLogRegression.php | 4 +- .../Regression/MultipleLinearRegression.php | 2 +- .../Regression/RegressionAbstract.php | 4 +- Math/Statistic/MeasureOfDispersion.php | 4 +- .../Distribution/BernoulliDistribution.php | 4 +- .../Distribution/BetaDistribution.php | 2 +- .../Distribution/BinomialDistribution.php | 4 +- .../Distribution/CauchyDistribution.php | 4 +- .../Distribution/ChiSquaredDistribution.php | 4 +- .../Distribution/ExponentialDistribution.php | 4 +- .../Stochastic/Distribution/FDistribution.php | 2 +- .../Distribution/GammaDistribution.php | 2 +- .../Distribution/GeometricDistribution.php | 4 +- .../HypergeometricDistribution.php | 2 +- .../Distribution/LaplaceDistribution.php | 4 +- .../Distribution/LogDistribution.php | 2 +- .../Distribution/LogNormalDistribution.php | 2 +- .../Distribution/LogisticDistribution.php | 2 +- .../Distribution/NormalDistribution.php | 4 +- .../Distribution/ParetoDistribution.php | 2 +- .../Distribution/PoissonDistribution.php | 4 +- .../Stochastic/Distribution/TDistribution.php | 2 +- .../UniformDistributionContinuous.php | 4 +- .../UniformDistributionDiscrete.php | 4 +- .../Distribution/WeibullDistribution.php | 2 +- Math/Stochastic/NaiveBayesFilter.php | 4 +- Message/HeaderAbstract.php | 10 +- Message/Http/BrowserType.php | 12 +- Message/Http/Header.php | 10 +- Message/Http/OSType.php | 12 +- Message/Http/Request.php | 10 +- Message/Http/RequestMethod.php | 12 +- Message/Http/RequestStatus.php | 12 +- Message/Http/RequestStatusCode.php | 12 +- Message/Http/Response.php | 10 +- Message/Http/Rest.php | 10 +- Message/Mail/EmailAbstract.php | 4 +- Message/Mail/Imap.php | 4 +- Message/Mail/Mail.php | 4 +- Message/Mail/Nntp.php | 4 +- Message/Mail/Pop3.php | 4 +- Message/MessageInterface.php | 10 +- Message/RequestAbstract.php | 12 +- Message/RequestSource.php | 12 +- Message/ResponseAbstract.php | 10 +- Message/ResponseType.php | 10 +- Message/Socket/Request.php | 2 +- Message/Socket/Response.php | 2 +- Message/UploadedFileInterface.php | 10 +- Model/Html/Head.php | 8 +- Model/Html/Meta.php | 8 +- Module/ActivateAbstract.php | 8 +- Module/ConsoleInterface.php | 12 +- Module/DeactivateAbstract.php | 8 +- Module/Exception/InvalidModuleException.php | 10 +- Module/Exception/InvalidThemeException.php | 10 +- Module/InfoManager.php | 8 +- Module/InstallerAbstract.php | 8 +- Module/ModuleAbstract.php | 8 +- Module/ModuleFactory.php | 8 +- Module/ModuleManager.php | 8 +- Module/NullModule.php | 8 +- Module/PackageManager.php | 10 +- Module/SocketInterface.php | 12 +- Module/UninstallAbstract.php | 8 +- Module/UpdateAbstract.php | 8 +- Module/WebInterface.php | 8 +- Pattern/Mediator.php | 84 ---- Pattern/Multition.php | 38 -- Pattern/Observer.php | 41 -- Pattern/Singleton.php | 47 -- Pattern/Subject.php | 61 --- Router/RouteVerb.php | 4 +- Router/Router.php | 4 +- Security/Encryption/Encryption.php | 4 +- Socket/Client/Client.php | 4 +- Socket/Client/ClientConnection.php | 4 +- Socket/Client/NullClientConnection.php | 4 +- Socket/CommandManager.php | 2 +- Socket/Packets/Header.php | 4 +- Socket/Packets/PacketAbstract.php | 4 +- Socket/Packets/PacketManager.php | 4 +- Socket/Packets/PacketType.php | 4 +- Socket/Server/ClientManager.php | 2 +- Socket/Server/Server.php | 4 +- Socket/SocketAbstract.php | 4 +- Socket/SocketInterface.php | 4 +- Socket/SocketType.php | 4 +- Stdlib/Base/Address.php | 4 +- Stdlib/Base/AddressType.php | 4 +- Stdlib/Base/Enum.php | 4 +- Stdlib/Base/EnumArray.php | 4 +- Stdlib/Base/ExactFloat.php | 2 +- Stdlib/Base/Exception/InvalidEnumName.php | 4 +- Stdlib/Base/Exception/InvalidEnumValue.php | 4 +- Stdlib/Base/Iban.php | 4 +- Stdlib/Base/Location.php | 4 +- Stdlib/Base/NullLocation.php | 4 +- Stdlib/Base/PhoneType.php | 4 +- Stdlib/Base/SmartDateTime.php | 4 +- Stdlib/Collection/Collection.php | 4 +- Stdlib/Graph/BinaryTree.php | 4 +- Stdlib/Graph/Edge.php | 4 +- Stdlib/Graph/Graph.php | 4 +- Stdlib/Graph/Node.php | 4 +- Stdlib/Graph/Tree.php | 4 +- Stdlib/Map/KeyType.php | 4 +- Stdlib/Map/MultiMap.php | 4 +- Stdlib/Map/OrderType.php | 4 +- Stdlib/Queue/PriorityMode.php | 4 +- Stdlib/Queue/PriorityQueue.php | 4 +- System/File/ContainerInterface.php | 4 +- System/File/ContentPutMode.php | 4 +- System/File/DirectoryInterface.php | 4 +- System/File/ExtensionType.php | 4 +- System/File/FileInterface.php | 4 +- System/File/FileUtils.php | 4 +- System/File/Ftp/Directory.php | 4 +- System/File/Ftp/File.php | 4 +- System/File/Ftp/FtpStorage.php | 4 +- System/File/Local/Directory.php | 4 +- System/File/Local/File.php | 4 +- System/File/Local/FileAbstract.php | 4 +- System/File/Local/LocalStorage.php | 4 +- System/File/PathException.php | 4 +- System/File/PermissionException.php | 4 +- System/File/Storage.php | 4 +- System/File/StorageAbstract.php | 4 +- System/MimeType.php | 4 +- System/OperatingSystem.php | 4 +- System/SystemType.php | 4 +- System/SystemUtils.php | 4 +- UnhandledHandler.php | 2 +- Uri/Http.php | 4 +- Uri/InvalidUriException.php | 4 +- Uri/UriFactory.php | 4 +- Uri/UriInterface.php | 4 +- Uri/UriScheme.php | 4 +- Utils/ArrayUtils.php | 4 +- Utils/Barcode/Aztec.php | 4 +- Utils/Barcode/C128Abstract.php | 4 +- Utils/Barcode/C128a.php | 4 +- Utils/Barcode/C128b.php | 4 +- Utils/Barcode/C128c.php | 4 +- Utils/Barcode/C25.php | 4 +- Utils/Barcode/C39.php | 4 +- Utils/Barcode/Codebar.php | 4 +- Utils/Barcode/Datamatrix.php | 4 +- Utils/Barcode/HIBCC.php | 4 +- Utils/Barcode/OrientationType.php | 4 +- Utils/Barcode/QR.php | 4 +- Utils/ColorUtils.php | 4 +- Utils/Compression/CompressionInterface.php | 4 +- Utils/Compression/LZW.php | 4 +- Utils/Converter/AngleType.php | 4 +- Utils/Converter/AreaType.php | 4 +- Utils/Converter/Currency.php | 4 +- Utils/Converter/EnergyPowerType.php | 4 +- Utils/Converter/File.php | 4 +- Utils/Converter/FileSizeType.php | 4 +- Utils/Converter/Ip.php | 4 +- Utils/Converter/LengthType.php | 4 +- Utils/Converter/Measurement.php | 4 +- Utils/Converter/Numeric.php | 4 +- Utils/Converter/PressureType.php | 4 +- Utils/Converter/SpeedType.php | 4 +- Utils/Converter/TemperatureType.php | 4 +- Utils/Converter/TimeType.php | 4 +- Utils/Converter/VolumeType.php | 4 +- Utils/Converter/WeightType.php | 4 +- Utils/EDI/AnsiX12/Component/BEG.php | 4 +- Utils/EDI/AnsiX12/Component/BIG.php | 4 +- Utils/EDI/AnsiX12/Component/GS.php | 4 +- Utils/EDI/AnsiX12/Component/ISA.php | 4 +- Utils/EDI/AnsiX12/Component/ST.php | 4 +- Utils/EDI/AnsiX12/EDIAbstract.php | 4 +- Utils/EDI/AnsiX12/FunctionalGroupHeader.php | 4 +- Utils/EDI/AnsiX12/Header.php | 4 +- .../EDI/AnsiX12/InterchangeControlHeader.php | 4 +- .../AnsiX12/Purchase/PurchaseOrder/EDI850.php | 4 +- .../Purchase/PurchaseOrder/EDI850Detail.php | 4 +- .../Purchase/PurchaseOrder/EDI850Heading.php | 4 +- .../Purchase/PurchaseOrder/EDI850Summary.php | 4 +- .../PurchaseOrder/TransactionSetHeader.php | 4 +- Utils/EDI/Edifact/Components/BGM.php | 4 +- Utils/EDI/Edifact/Components/UNH.php | 4 +- Utils/EDI/Edifact/INVOIC.php | 4 +- Utils/Encoding/Caesar.php | 4 +- Utils/Encoding/EncodingInterface.php | 4 +- Utils/Encoding/Gray.php | 4 +- Utils/Encoding/Huffman/Dictionary.php | 4 +- Utils/Encoding/Huffman/Huffman.php | 4 +- Utils/Encoding/XorEncoding.php | 4 +- Utils/Excel/Excel.php | 2 +- Utils/Git/Author.php | 4 +- Utils/Git/Branch.php | 4 +- Utils/Git/Commit.php | 4 +- Utils/Git/Git.php | 4 +- Utils/Git/Repository.php | 4 +- Utils/Git/Tag.php | 4 +- Utils/IO/Csv/CsvDatabaseMapper.php | 2 +- Utils/IO/Csv/CsvInterface.php | 4 +- Utils/IO/Csv/CsvSettings.php | 2 +- Utils/IO/Excel/ExcelDatabaseMapper.php | 2 +- Utils/IO/Excel/ExcelInterface.php | 4 +- Utils/IO/ExchangeInterface.php | 4 +- Utils/IO/IODatabaseMapper.php | 2 +- Utils/IO/Json/InvalidJsonException.php | 4 +- Utils/IO/Json/JsonInterface.php | 4 +- Utils/IO/Pdf/PdfInterface.php | 4 +- Utils/IO/Zip/ArchiveInterface.php | 4 +- Utils/IO/Zip/Gz.php | 4 +- Utils/IO/Zip/Tar.php | 4 +- Utils/IO/Zip/TarGz.php | 4 +- Utils/IO/Zip/Zip.php | 4 +- Utils/ImageUtils.php | 4 +- Utils/JobQueue/Job.php | 4 +- Utils/JobQueue/JobQueue.php | 4 +- Utils/JsonBuilder.php | 4 +- Utils/PDF/Pdf.php | 2 +- Utils/Parser/LaTex/Expressions/Product.php | 2 +- Utils/Parser/LaTex/Expressions/Sum.php | 2 +- .../Parser/LaTex/Expressions/Trigonometry.php | 2 +- Utils/Parser/LaTex/LaTexParser.php | 2 +- Utils/Parser/LaTex/Types/Interval.php | 2 +- Utils/Parser/LaTex/Types/MathFunction.php | 2 +- Utils/Parser/LaTex/Types/Variable.php | 2 +- Utils/Parser/Markdown/Markdown.php | 4 +- Utils/Parser/Php/ArrayParser.php | 4 +- Utils/Permutation.php | 4 +- Utils/RnG/Address.php | 2 +- Utils/RnG/ArrayRandomize.php | 4 +- Utils/RnG/City.php | 2 +- Utils/RnG/DateTime.php | 4 +- Utils/RnG/DistributionType.php | 4 +- Utils/RnG/Email.php | 2 +- Utils/RnG/File.php | 4 +- Utils/RnG/Iban.php | 2 +- Utils/RnG/LinearCongruentialGenerator.php | 4 +- Utils/RnG/Name.php | 4 +- Utils/RnG/Numeric.php | 2 +- Utils/RnG/Phone.php | 4 +- Utils/RnG/PostalZip.php | 2 +- Utils/RnG/StringUtils.php | 4 +- Utils/RnG/Text.php | 4 +- Utils/StringCompare.php | 4 +- Utils/StringUtils.php | 4 +- Utils/TaskSchedule/Cron.php | 4 +- Utils/TaskSchedule/CronJob.php | 4 +- Utils/TaskSchedule/Interval.php | 4 +- .../InvalidTaskParameterException.php | 4 +- Utils/TaskSchedule/Schedule.php | 4 +- Utils/TaskSchedule/SchedulerAbstract.php | 4 +- Utils/TaskSchedule/SchedulerFactory.php | 4 +- Utils/TaskSchedule/TaskAbstract.php | 4 +- Utils/TaskSchedule/TaskFactory.php | 4 +- Utils/TaskSchedule/TaskScheduler.php | 4 +- Utils/TestUtils.php | 4 +- Validation/Barcode/Barcode.php | 2 +- Validation/Barcode/Barcode11.php | 2 +- Validation/Barcode/Barcode128.php | 2 +- Validation/Barcode/Barcode25.php | 2 +- Validation/Barcode/Barcode39.php | 2 +- Validation/Barcode/Barcode93.php | 2 +- Validation/Barcode/BarcodeCodebar.php | 2 +- Validation/Barcode/BarcodeDatamatrix.php | 2 +- Validation/Barcode/BarcodeEAN.php | 2 +- Validation/Barcode/BarcodeMSI.php | 2 +- Validation/Barcode/QrCode.php | 2 +- Validation/Base/DateTime.php | 4 +- Validation/Finance/BIC.php | 4 +- Validation/Finance/CreditCard.php | 4 +- Validation/Finance/Iban.php | 4 +- Validation/Finance/IbanEnum.php | 4 +- Validation/Finance/IbanErrorType.php | 4 +- Validation/ModelValidationTrait.php | 2 +- Validation/Network/Email.php | 4 +- Validation/Network/Hostname.php | 4 +- Validation/Network/Ip.php | 4 +- Validation/Validator.php | 2 +- Validation/ValidatorAbstract.php | 4 +- Validation/ValidatorInterface.php | 4 +- Version/Version.php | 4 +- Views/View.php | 8 +- Views/ViewAbstract.php | 8 +- 496 files changed, 1127 insertions(+), 1858 deletions(-) delete mode 100644 DataStorage/Database/DataMapperBaseAbstract.php delete mode 100644 Pattern/Mediator.php delete mode 100644 Pattern/Multition.php delete mode 100644 Pattern/Observer.php delete mode 100644 Pattern/Singleton.php delete mode 100644 Pattern/Subject.php diff --git a/Account/Account.php b/Account/Account.php index e0d24248f..88ba594c4 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -29,7 +29,7 @@ use phpOMS\Validation\Network\Email; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Account implements ArrayableInterface, \JsonSerializable diff --git a/Account/AccountManager.php b/Account/AccountManager.php index 181d393f5..9fafa57d6 100644 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -4,19 +4,18 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Account; use phpOMS\Auth\Auth; -use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; use phpOMS\DataStorage\Session\SessionInterface; /** @@ -27,7 +26,7 @@ use phpOMS\DataStorage\Session\SessionInterface; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class AccountManager implements \Countable @@ -49,14 +48,6 @@ class AccountManager implements \Countable */ private $session = null; - /** - * Authenticator. - * - * @var Auth - * @since 1.0.0 - */ - private $auth = null; - /** * Constructor. * @@ -66,8 +57,7 @@ class AccountManager implements \Countable */ public function __construct(SessionInterface $session) { - $this->session = $session; - $this->auth = new Auth($this->session); + $this->session = $session; } /** @@ -82,7 +72,7 @@ class AccountManager implements \Countable public function get(int $id = 0) : Account { if ($id === 0) { - $account = new Account($this->auth->authenticate()); + $account = new Account(Auth::authenticate($this->session)); if (!isset($this->accounts[$account->getId()])) { $this->accounts[$account->getId()] = $account; @@ -94,18 +84,6 @@ class AccountManager implements \Countable return $this->accounts[$id] ?? new NullAccount(); } - /** - * Returns the authentication manager - * - * @return Auth - * - * @since 1.0.0 - */ - public function getAuth() : Auth - { - return $this->auth; - } - /** * Add account. * diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index 36a3de54a..5953edb64 100644 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class AccountStatus extends Enum diff --git a/Account/AccountType.php b/Account/AccountType.php index ebe6d0df1..bd4044452 100644 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class AccountType extends Enum diff --git a/Account/Group.php b/Account/Group.php index f70189590..b04150663 100644 --- a/Account/Group.php +++ b/Account/Group.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Contract\ArrayableInterface; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Group implements ArrayableInterface, \JsonSerializable diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index c15ddd2fb..3a00ac071 100644 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class GroupStatus extends Enum diff --git a/Account/NullAccount.php b/Account/NullAccount.php index 9700b7c6d..b444ab935 100644 --- a/Account/NullAccount.php +++ b/Account/NullAccount.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Account; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NullAccount extends Account diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index d8eb1cfe8..6c6b7dd04 100644 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ namespace phpOMS\Account; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class PermissionAbstract diff --git a/Account/PermissionType.php b/Account/PermissionType.php index d6b4122f0..c584570a9 100644 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Account * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class PermissionType extends Enum diff --git a/ApplicationAbstract.php b/ApplicationAbstract.php index 6c106eccf..92407d0da 100644 --- a/ApplicationAbstract.php +++ b/ApplicationAbstract.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS; * @category Framework * @package Framework * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ApplicationAbstract diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index f93dcc61b..b18952976 100644 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Asset * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Asset; * @category Framework * @package phpOMS\Asset * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class AssetManager implements \Countable diff --git a/Asset/AssetType.php b/Asset/AssetType.php index 442d2bb2c..5c390172d 100644 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Asset * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Asset * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class AssetType extends Enum diff --git a/Auth/Auth.php b/Auth/Auth.php index 91bdf118d..b2738753f 100644 --- a/Auth/Auth.php +++ b/Auth/Auth.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Auth * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,41 +25,32 @@ use phpOMS\DataStorage\Session\SessionInterface; * @category Framework * @package phpOMS\Auth * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Auth { - /** - * Session instance. - * - * @var SessionInterface - * @since 1.0.0 - */ - private $session = null; - /** * Constructor. * - * @param SessionInterface $session Session - * * @since 1.0.0 */ - public function __construct(SessionInterface $session) + private function __construct() { - $this->session = $session; } /** * Authenticates user. * + * @param SessionInterface $session Session + * * @return int * * @since 1.0.0 */ - public function authenticate() : int + public static function authenticate(SessionInterface $session) : int { - $uid = $this->session->get('UID'); + $uid = $session->get('UID'); return empty($uid) ? 0 : $uid; } @@ -67,15 +58,14 @@ class Auth /** * Logout the given user. * - * @param int $uid User ID + * @param SessionInterface $session Session * * @return void * * @since 1.0.0 */ - public function logout(int $uid = null) /* : void */ + public static function logout(SessionInterface $session) /* : void */ { - // TODO: logout other users? If admin wants to kick a user for updates etc. - $this->session->remove('UID'); + $session->remove('UID'); } } diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php index 4f755f760..f6892baf3 100644 --- a/Auth/LoginReturnType.php +++ b/Auth/LoginReturnType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Auth * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Auth * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class LoginReturnType extends Enum diff --git a/AutoloadException.php b/AutoloadException.php index 9ba07218f..872eda711 100644 --- a/AutoloadException.php +++ b/AutoloadException.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS; * @category Framework * @package phpOMS\System\File * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class AutoloadException extends \RuntimeException diff --git a/Autoloader.php b/Autoloader.php index f981cf889..f9e15a91b 100644 --- a/Autoloader.php +++ b/Autoloader.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ spl_autoload_register('\phpOMS\Autoloader::default_autoloader'); * @category Framework * @package Framework * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Autoloader diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php index ff3531b11..035edd3e7 100644 --- a/Business/Finance/Depreciation.php +++ b/Business/Finance/Depreciation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php index 61331ef5c..be48d1451 100644 --- a/Business/Finance/FinanceFormulas.php +++ b/Business/Finance/FinanceFormulas.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category Business - * @package phpOMS + * @category Framework + * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,10 +21,10 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; /** * Finance class. * - * @category Log - * @package Framework + * @category Framework + * @package phpOMS\Business\Finance * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class FinanceFormulas diff --git a/Business/Finance/Forecasting/AR.php b/Business/Finance/Forecasting/AR.php index 4b0a6703c..f31ee905f 100644 --- a/Business/Finance/Forecasting/AR.php +++ b/Business/Finance/Forecasting/AR.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/ARCH.php b/Business/Finance/Forecasting/ARCH.php index 990f05800..3f6b8dc0e 100644 --- a/Business/Finance/Forecasting/ARCH.php +++ b/Business/Finance/Forecasting/ARCH.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/ARFIMA.php b/Business/Finance/Forecasting/ARFIMA.php index 8f4a769ec..a61241355 100644 --- a/Business/Finance/Forecasting/ARFIMA.php +++ b/Business/Finance/Forecasting/ARFIMA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/ARIMA.php b/Business/Finance/Forecasting/ARIMA.php index b0172121d..146da0e60 100644 --- a/Business/Finance/Forecasting/ARIMA.php +++ b/Business/Finance/Forecasting/ARIMA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/ARMA.php b/Business/Finance/Forecasting/ARMA.php index 4dc5de738..3ca16fdab 100644 --- a/Business/Finance/Forecasting/ARMA.php +++ b/Business/Finance/Forecasting/ARMA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/ClassicalDecomposition.php b/Business/Finance/Forecasting/ClassicalDecomposition.php index ee7fa4f22..ef02ee010 100644 --- a/Business/Finance/Forecasting/ClassicalDecomposition.php +++ b/Business/Finance/Forecasting/ClassicalDecomposition.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Finance\Forecasting * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,9 +23,9 @@ use phpOMS\Math\Statistic\Average; * This can be used to simplify time series patterns for forecasts. * * @category Framework - * @package phpOMS\Math\Finance\Forecasting + * @package phpOMS\Business\Finance\Forecasting * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @see https://www.otexts.org/fpp/6/1 * @since 1.0.0 */ diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php b/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php index 2aa496d13..b18f2a8da 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php b/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php index d26550a7e..c0de154cb 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,9 +21,9 @@ use phpOMS\Stdlib\Base\Enum; * Smoothing enum. * * @category Framework - * @package phpOMS\Html + * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class SeasonalType extends Enum diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php b/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php index 91348fd2c..5be4e7524 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,9 +21,9 @@ use phpOMS\Stdlib\Base\Enum; * Smoothing enum. * * @category Framework - * @package phpOMS\Html + * @package phpOMS\Business\Finance\Forecasting\ExponentialSmoothing * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class TrendType extends Enum diff --git a/Business/Finance/Forecasting/GARCH.php b/Business/Finance/Forecasting/GARCH.php index 1226e4c42..7573bba41 100644 --- a/Business/Finance/Forecasting/GARCH.php +++ b/Business/Finance/Forecasting/GARCH.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/MA.php b/Business/Finance/Forecasting/MA.php index dcf92b3f4..7663073ff 100644 --- a/Business/Finance/Forecasting/MA.php +++ b/Business/Finance/Forecasting/MA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/NAR.php b/Business/Finance/Forecasting/NAR.php index 1e9523a8b..3597096f9 100644 --- a/Business/Finance/Forecasting/NAR.php +++ b/Business/Finance/Forecasting/NAR.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/NMA.php b/Business/Finance/Forecasting/NMA.php index 5ede809e7..0cf39f50a 100644 --- a/Business/Finance/Forecasting/NMA.php +++ b/Business/Finance/Forecasting/NMA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/SARIMA.php b/Business/Finance/Forecasting/SARIMA.php index d179e6fb5..8093bd112 100644 --- a/Business/Finance/Forecasting/SARIMA.php +++ b/Business/Finance/Forecasting/SARIMA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/SmoothingType.php b/Business/Finance/Forecasting/SmoothingType.php index f79b10f57..e3661140a 100644 --- a/Business/Finance/Forecasting/SmoothingType.php +++ b/Business/Finance/Forecasting/SmoothingType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Html * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class SmoothingType extends Enum diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php index 45533801f..181e4afcd 100644 --- a/Business/Finance/Loan.php +++ b/Business/Finance/Loan.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -18,10 +18,10 @@ namespace phpOMS\Business\Finance; /** * Finance class. * - * @category Log - * @package Framework + * @category Framework + * @package phpOMS\Business\Finance * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Loan diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php index 9042e7f2d..66e7e6110 100644 --- a/Business/Finance/Lorenzkurve.php +++ b/Business/Finance/Lorenzkurve.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -18,10 +18,10 @@ namespace phpOMS\Business\Finance; /** * Finance class. * - * @category Log - * @package Framework + * @category Framework + * @package phpOMS\Business\Finance * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Lorenzkurve diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php index d4f8ec313..4b12b2558 100644 --- a/Business/Finance/StockBonds.php +++ b/Business/Finance/StockBonds.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Finance * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -18,10 +18,10 @@ namespace phpOMS\Business\Finance; /** * Finance class. * - * @category Log - * @package Framework + * @category Framework + * @package phpOMS\Business\Finance * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class StockBonds diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php index 670aa4fbd..5119597aa 100644 --- a/Business/Marketing/Metrics.php +++ b/Business/Marketing/Metrics.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,9 +21,9 @@ namespace phpOMS\Business\Marketing; * This class provided basic marketing metric calculations * * @category Framework - * @package phpOMS\Business + * @package phpOMS\Business\Marketing * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Metrics { diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php index 4f8882567..ce591fdf1 100644 --- a/Business/Marketing/NetPromoterScore.php +++ b/Business/Marketing/NetPromoterScore.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Marketing * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,9 +22,9 @@ namespace phpOMS\Business\Marketing; * Instead of customers the NPS can also be transferred to non-customers. * * @category Framework - * @package phpOMS\Business + * @package phpOMS\Business\Marketing * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NetPromoterScore { diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php index d1287ad90..7d87c2bea 100644 --- a/Business/Programming/Metrics.php +++ b/Business/Programming/Metrics.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ namespace phpOMS\Business\Programming; * @category Framework * @package phpOMS\Business * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Metrics { diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php index 0a6d525bd..5ed1f37e6 100644 --- a/Business/Sales/MarketShareEstimation.php +++ b/Business/Sales/MarketShareEstimation.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Business\Sales * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,9 +22,9 @@ namespace phpOMS\Business\Sales; * the rank based on a marketshare in a Zipf distributed market. * * @category Framework - * @package phpOMS\Business + * @package phpOMS\Business\Sales * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MarketShareEstimation { diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php index 2a48ecad9..3b48727e4 100644 --- a/Config/OptionsInterface.php +++ b/Config/OptionsInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Config * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Config; * @category Framework * @package phpOMS\Config * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface OptionsInterface diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php index 6b358548d..f6c6a62ba 100644 --- a/Config/OptionsTrait.php +++ b/Config/OptionsTrait.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Config * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -20,6 +20,8 @@ namespace phpOMS\Config; * * @category Framework * @package phpOMS\Config + * @license OMS License 1.0 + * @link http://website.orange-management.de * @since 1.0.0 */ trait OptionsTrait diff --git a/Config/SettingsAbstract.php b/Config/SettingsAbstract.php index f371de13a..8d3f5ac00 100644 --- a/Config/SettingsAbstract.php +++ b/Config/SettingsAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Config * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -27,7 +27,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\Config * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class SettingsAbstract implements OptionsInterface diff --git a/Console/CommandManager.php b/Console/CommandManager.php index b9c54dc49..c6b4fc8f4 100644 --- a/Console/CommandManager.php +++ b/Console/CommandManager.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php index b03b31ba7..b03e312e9 100644 --- a/Contract/ArrayableInterface.php +++ b/Contract/ArrayableInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Contract * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ namespace phpOMS\Contract; * @category Framework * @package phpOMS\Contract * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface ArrayableInterface diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php index 1d0090f00..9b128f0ef 100644 --- a/Contract/RenderableInterface.php +++ b/Contract/RenderableInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Contract * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ namespace phpOMS\Contract; * @category Framework * @package phpOMS\Contract * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface RenderableInterface diff --git a/DataStorage/Cache/CacheFactory.php b/DataStorage/Cache/CacheFactory.php index 5507bda80..032191c4c 100644 --- a/DataStorage/Cache/CacheFactory.php +++ b/DataStorage/Cache/CacheFactory.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Cache\FileCache; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class CacheFactory diff --git a/DataStorage/Cache/CacheInterface.php b/DataStorage/Cache/CacheInterface.php index c6ae99051..244b2f99a 100644 --- a/DataStorage/Cache/CacheInterface.php +++ b/DataStorage/Cache/CacheInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface CacheInterface diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php index 5d897487c..d69b4a7fd 100644 --- a/DataStorage/Cache/CachePool.php +++ b/DataStorage/Cache/CachePool.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -29,7 +29,7 @@ use phpOMS\DataStorage\Cache\CacheFactory; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class CachePool implements OptionsInterface diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php index d30660457..51c2b72fa 100644 --- a/DataStorage/Cache/CacheStatus.php +++ b/DataStorage/Cache/CacheStatus.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class CacheStatus extends Enum diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php index a4e331ea9..a0253469a 100644 --- a/DataStorage/Cache/CacheType.php +++ b/DataStorage/Cache/CacheType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class CacheType extends Enum diff --git a/DataStorage/Cache/FileCache.php b/DataStorage/Cache/FileCache.php index df4f5a264..ba0c8ab17 100644 --- a/DataStorage/Cache/FileCache.php +++ b/DataStorage/Cache/FileCache.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -27,7 +27,7 @@ use phpOMS\System\File\Local\File; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class FileCache implements CacheInterface diff --git a/DataStorage/Cache/MemCache.php b/DataStorage/Cache/MemCache.php index 0d8906823..bef505724 100644 --- a/DataStorage/Cache/MemCache.php +++ b/DataStorage/Cache/MemCache.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Cache; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MemCache implements CacheInterface diff --git a/DataStorage/Cache/MemCached.php b/DataStorage/Cache/MemCached.php index 76814a13a..19a85fb6e 100644 --- a/DataStorage/Cache/MemCached.php +++ b/DataStorage/Cache/MemCached.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Cache; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MemCached implements CacheInterface diff --git a/DataStorage/Cache/NullCache.php b/DataStorage/Cache/NullCache.php index 92dbd3e2f..a34744646 100644 --- a/DataStorage/Cache/NullCache.php +++ b/DataStorage/Cache/NullCache.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Cache; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NullCache implements CacheInterface diff --git a/DataStorage/Cache/RedisCache.php b/DataStorage/Cache/RedisCache.php index 27f9a5863..d0d42ba7c 100644 --- a/DataStorage/Cache/RedisCache.php +++ b/DataStorage/Cache/RedisCache.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ namespace phpOMS\DataStorage\Cache; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class RedisCache implements CacheInterface diff --git a/DataStorage/Cache/WinCache.php b/DataStorage/Cache/WinCache.php index 0506bb8c2..a6129c9c5 100644 --- a/DataStorage/Cache/WinCache.php +++ b/DataStorage/Cache/WinCache.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ namespace phpOMS\DataStorage\Cache; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class WinCache implements CacheInterface diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php index 8ca3532a6..09cf959bc 100644 --- a/DataStorage/Cookie/CookieJar.php +++ b/DataStorage/Cookie/CookieJar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\LockException; * @category Framework * @package phpOMS\Utils * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class CookieJar diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php index 363b6048b..c9454d8e8 100644 --- a/DataStorage/DataMapperInterface.php +++ b/DataStorage/DataMapperInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface DataMapperInterface diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php index 6add0d8e1..5048fe8d7 100644 --- a/DataStorage/Database/BuilderAbstract.php +++ b/DataStorage/Database/BuilderAbstract.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class BuilderAbstract diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index 1dfec1ff2..162ecd667 100644 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class ConnectionAbstract implements ConnectionInterface diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index 53856bb09..ce26726ec 100644 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\DatabaseType; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ConnectionFactory diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php index e19175ab6..c0787b9a7 100644 --- a/DataStorage/Database/Connection/ConnectionInterface.php +++ b/DataStorage/Database/Connection/ConnectionInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\Grammar as SchemaGrammar; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface ConnectionInterface diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index ec1f23cd7..9447095bb 100644 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -30,7 +30,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidConnectionConfigException; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MysqlConnection extends ConnectionAbstract diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php index 6a076e32b..8df283096 100644 --- a/DataStorage/Database/Connection/PostgresConnection.php +++ b/DataStorage/Database/Connection/PostgresConnection.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index a22faad13..f885c1aa9 100644 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Query\Grammar\SqliteGrammar; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class SqliteConnection extends ConnectionAbstract diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php index 1a49f0882..325ecbd7e 100644 --- a/DataStorage/Database/Connection/SqlServerConnection.php +++ b/DataStorage/Database/Connection/SqlServerConnection.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -29,7 +29,7 @@ use phpOMS\DataStorage\Database\Schema\Grammar\MysqlGrammar as MysqlSchemaGramma * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class SqlServerConnection extends ConnectionAbstract diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index b31884969..66e52c62f 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -29,7 +29,7 @@ use phpOMS\DataStorage\Database\Exception\InvalidMapperException; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class DataMapperAbstract implements DataMapperInterface @@ -1831,6 +1831,9 @@ class DataMapperAbstract implements DataMapperInterface * @param mixed $fill Object to fill * * @return mixed + * + * @todo: implement language + * @todo: implement depth filter for relations * * @since 1.0.0 */ diff --git a/DataStorage/Database/DataMapperBaseAbstract.php b/DataStorage/Database/DataMapperBaseAbstract.php deleted file mode 100644 index 032ac4c50..000000000 --- a/DataStorage/Database/DataMapperBaseAbstract.php +++ /dev/null @@ -1,437 +0,0 @@ - [], - 'createdAt' => [], - 'columns' => [], - 'hasMany' => [], - 'hasOne' => [], - 'ownsOne' => [], - 'table' => [], - ]; - - /** - * Constructor. - * - * @since 1.0.0 - * @codeCoverageIgnore - */ - private function __construct() - { - } - - /** - * Clone. - * - * @return void - * - * @since 1.0.0 - * @codeCoverageIgnore - */ - private function __clone() - { - } - - /** - * Set database connection. - * - * @param ConnectionAbstract $con Database connection - * - * @return void - * - * @since 1.0.0 - */ - public static function setConnection(ConnectionAbstract $con) /* : void */ - { - self::$db = $con; - } - - /** - * Get primary field. - * - * @return string - * - * @since 1.0.0 - */ - public static function getPrimaryField() : string - { - return static::$primaryField; - } - - /** - * Get main table. - * - * @return string - * - * @since 1.0.0 - */ - public static function getTable() : string - { - return static::$table; - } - - /** - * Collect values from extension. - * - * @param mixed $class Current extended mapper - * - * @return void - * - * @since 1.0.0 - */ - private static function extend($class) /* : void */ - { - /* todo: have to implement this in the queries, so far not used */ - self::$collection['primaryField'][] = $class::$primaryField; - self::$collection['createdAt'][] = $class::$createdAt; - self::$collection['columns'][] = $class::$columns; - self::$collection['hasMany'][] = $class::$hasMany; - self::$collection['hasOne'][] = $class::$hasOne; - self::$collection['ownsOne'][] = $class::$ownsOne; - self::$collection['table'][] = $class::$table; - - if (($parent = get_parent_class($class)) !== false && !$class::$overwrite) { - self::extend($parent); - } - } - - /** - * Resets all loaded mapper variables. - * - * This is used after one action is performed otherwise other models would use wrong settings. - * - * @return void - * - * @since 1.0.0 - */ - public static function clear() /* : void */ - { - self::$overwrite = true; - self::$primaryField = ''; - self::$createdAt = ''; - self::$columns = []; - self::$hasMany = []; - self::$hasOne = []; - self::$ownsOne = []; - self::$table = ''; - self::$fields = []; - self::$collection = [ - 'primaryField' => [], - 'createdAt' => [], - 'columns' => [], - 'hasOne' => [], - 'ownsMany' => [], - 'ownsOne' => [], - 'table' => [], - ]; - - // clear parent and objects - if (static::class === self::$parentMapper) { - self::$initObjects = []; - self::$parentMapper = null; - } - } - - /** - * Get created at column - * - * @return string - * - * @since 1.0.0 - */ - public static function getCreatedAt() : string - { - return static::$createdAt; - } - - /** - * Get id of object - * - * @param Object $obj Model to create - * @param \ReflectionClass $reflectionClass Reflection class - * - * @return mixed - * - * @since 1.0.0 - */ - private static function getObjectId($obj, \ReflectionClass $reflectionClass = null) - { - $reflectionClass = $reflectionClass ?? new \ReflectionClass(get_class($obj)); - $reflectionProperty = $reflectionClass->getProperty(static::$columns[static::$primaryField]['internal']); - - if (!($isPublic = $reflectionProperty->isPublic())) { - $reflectionProperty->setAccessible(true); - } - - $objectId = $reflectionProperty->getValue($obj); - - if (!$isPublic) { - $reflectionProperty->setAccessible(false); - } - - return $objectId; - } - - /** - * Set id to model - * - * @param \ReflectionClass $reflectionClass Reflection class - * @param Object $obj Object to create - * @param mixed $objId Id to set - * - * @return void - * - * @since 1.0.0 - */ - private static function setObjectId(\ReflectionClass $reflectionClass, $obj, $objId) /* : void */ - { - $reflectionProperty = $reflectionClass->getProperty(static::$columns[static::$primaryField]['internal']); - - if (!($isPublic = $reflectionProperty->isPublic())) { - $reflectionProperty->setAccessible(true); - } - - settype($objId, static::$columns[static::$primaryField]['type']); - $reflectionProperty->setValue($obj, $objId); - - if (!$isPublic) { - $reflectionProperty->setAccessible(false); - } - } - - /** - * Parse value - * - * @param string $type Value type - * @param mixed $value Value to parse - * - * @return mixed - * - * @since 1.0.0 - */ - private static function parseValue(string $type, $value) - { - if (is_null($value)) { - return null; - } elseif ($type === 'DateTime') { - return $value->format('Y-m-d H:i:s'); - } elseif ($type === 'Json' || $type === 'jsonSerializable') { - return json_encode($value); - } elseif ($type === 'Serializable') { - return $value->serialize(); - } elseif ($value instanceof \JsonSerializable) { - return json_encode($value->jsonSerialize()); - } elseif (is_object($value) && method_exists($value, 'getId')) { - return $value->getId(); - } elseif ($type === 'int') { - return (int) $value; - } elseif ($type === 'string') { - return (string) $value; - } elseif ($type === 'float') { - return (float) $value; - } elseif ($type === 'bool') { - return (bool) $value; - } - - return $value; - } - - /** - * Get mapper specific builder - * - * @param Builder $query Query to fill - * - * @return Builder - * - * @since 1.0.0 - */ - public static function getQuery(Builder $query = null) : Builder - { - $query = $query ?? new Builder(self::$db); - $query->prefix(self::$db->getPrefix()) - ->select('*') - ->from(static::$table); - - return $query; - } - - /** - * Define the highest mapper of this request - * - * @return void - * - * @since 1.0.0 - */ - private static function setUpParentMapper() /* : void */ - { - self::$parentMapper = static::class; - } - - private static function getColumnByMember(string $name) : string - { - foreach (static::$columns as $cName => $column) { - if ($column['internal'] === $name) { - return $cName; - } - } - - throw \Exception(); - } -} diff --git a/DataStorage/Database/DatabaseExceptionFactory.php b/DataStorage/Database/DatabaseExceptionFactory.php index 8db98d55f..dc9f158c0 100644 --- a/DataStorage/Database/DatabaseExceptionFactory.php +++ b/DataStorage/Database/DatabaseExceptionFactory.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Schema\Exception\TableException; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class DatabaseExceptionFactory diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index a2cb74c4b..533b57c2e 100644 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionFactory; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class DatabasePool diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php index 56cfd3040..7d8a54035 100644 --- a/DataStorage/Database/DatabaseStatus.php +++ b/DataStorage/Database/DatabaseStatus.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class DatabaseStatus extends Enum diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php index 9a285fced..7b4e238b1 100644 --- a/DataStorage/Database/DatabaseType.php +++ b/DataStorage/Database/DatabaseType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class DatabaseType extends Enum diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php index 0106fdb90..e1bcb8fda 100644 --- a/DataStorage/Database/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Database/Exception/InvalidConnectionConfigException.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Database\Exception; * @category Framework * @package phpOMS\System\File * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InvalidConnectionConfigException extends \InvalidArgumentException diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php index 9a9023031..c4080b364 100644 --- a/DataStorage/Database/Exception/InvalidMapperException.php +++ b/DataStorage/Database/Exception/InvalidMapperException.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Database\Exception; * @category Framework * @package phpOMS\System\File * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InvalidMapperException extends \RuntimeException diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php index dade99a6a..0a798d16f 100644 --- a/DataStorage/Database/GrammarAbstract.php +++ b/DataStorage/Database/GrammarAbstract.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Database; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class GrammarAbstract diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php index 8542281de..b7c166ae7 100644 --- a/DataStorage/Database/Query/Builder.php +++ b/DataStorage/Database/Query/Builder.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\Connection\ConnectionAbstract; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Builder extends BuilderAbstract diff --git a/DataStorage/Database/Query/Column.php b/DataStorage/Database/Query/Column.php index c89f07eb2..283705dbd 100644 --- a/DataStorage/Database/Query/Column.php +++ b/DataStorage/Database/Query/Column.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Database\Query; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Column diff --git a/DataStorage/Database/Query/Expression.php b/DataStorage/Database/Query/Expression.php index 26453de57..28b76619e 100644 --- a/DataStorage/Database/Query/Expression.php +++ b/DataStorage/Database/Query/Expression.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php index 2d4c0f9ed..ab1815159 100644 --- a/DataStorage/Database/Query/Grammar/Grammar.php +++ b/DataStorage/Database/Query/Grammar/Grammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -28,7 +28,7 @@ use phpOMS\DataStorage\Database\Query\Where; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Grammar extends GrammarAbstract diff --git a/DataStorage/Database/Query/Grammar/GrammarInterface.php b/DataStorage/Database/Query/Grammar/GrammarInterface.php index d424598b0..42435ee04 100644 --- a/DataStorage/Database/Query/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Query/Grammar/GrammarInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php b/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php index ec4755213..a47cd68fa 100644 --- a/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php +++ b/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MicrosoftGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php index f442a8d6b..dd10fa6e8 100644 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MysqlGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/OracleGrammar.php b/DataStorage/Database/Query/Grammar/OracleGrammar.php index 2b3c0fe29..852a53a17 100644 --- a/DataStorage/Database/Query/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Query/Grammar/OracleGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class OracleGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/PostgresGrammar.php b/DataStorage/Database/Query/Grammar/PostgresGrammar.php index c882e2fa1..0a3560829 100644 --- a/DataStorage/Database/Query/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Query/Grammar/PostgresGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class PostgresGrammar extends Grammar diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php index fa28fbb3b..d55f9996f 100644 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\DataStorage\Database\Query\Grammar * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class SqliteGrammar extends Grammar diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php index 70042ffec..1001fdc84 100644 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class JoinType extends Enum diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php index b49736761..3942b1edd 100644 --- a/DataStorage/Database/Query/QueryType.php +++ b/DataStorage/Database/Query/QueryType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class QueryType extends Enum diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php index fc4a42d57..dda5343b1 100644 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Database\Query; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Where diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php index 49cfd33be..e20271bc3 100644 --- a/DataStorage/Database/RelationType.php +++ b/DataStorage/Database/RelationType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class RelationType extends Enum diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php index d9f2b69f0..c70e7e515 100644 --- a/DataStorage/Database/Schema/Builder.php +++ b/DataStorage/Database/Schema/Builder.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\Query; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Builder extends BuilderAbstract diff --git a/DataStorage/Database/Schema/Exception/TableException.php b/DataStorage/Database/Schema/Exception/TableException.php index 0c0516a2c..846972c57 100644 --- a/DataStorage/Database/Schema/Exception/TableException.php +++ b/DataStorage/Database/Schema/Exception/TableException.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Database\Schema\Exception; * @category System * @package Framework * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class TableException extends \PDOException diff --git a/DataStorage/Database/Schema/Grammar/Grammar.php b/DataStorage/Database/Schema/Grammar/Grammar.php index 04d302ed5..b0ba974ba 100644 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\DataStorage\Database\Schema\QueryType; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Grammar extends GrammarAbstract diff --git a/DataStorage/Database/Schema/Grammar/GrammarInterface.php b/DataStorage/Database/Schema/Grammar/GrammarInterface.php index 5c8f50429..2717945e3 100644 --- a/DataStorage/Database/Schema/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Schema/Grammar/GrammarInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index 38e00d3e0..ac18c2658 100644 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\Query\Builder; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MysqlGrammar extends Grammar diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php index ff4181915..09b709233 100644 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php index a67319be6..5bd6bfe47 100644 --- a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php index 80f443097..91ff2fbe0 100644 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php index 42232ad59..bbd3715e7 100644 --- a/DataStorage/Database/Schema/QueryType.php +++ b/DataStorage/Database/Schema/QueryType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class QueryType extends Enum diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php index 3cfd4f3e3..52573dafb 100644 --- a/DataStorage/LockException.php +++ b/DataStorage/LockException.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage; * @category Framework * @package phpOMS\System\File * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class LockException extends \RuntimeException diff --git a/DataStorage/Session/ConsoleSession.php b/DataStorage/Session/ConsoleSession.php index 0cee1a8e6..479a735d7 100644 --- a/DataStorage/Session/ConsoleSession.php +++ b/DataStorage/Session/ConsoleSession.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Session; * @category Framework * @package phpOMS\DataStorage\Session * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ConsoleSession implements SessionInterface diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index 6844132f8..9906b1a3a 100644 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\DataStorage\LockException; * @category Framework * @package phpOMS\DataStorage\Session * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class HttpSession implements SessionInterface @@ -80,6 +80,10 @@ class HttpSession implements SessionInterface throw new LockException('HttpSession'); } + if (session_id()) { + session_write_close(); + } + if (!is_bool($sid)) { session_id($sid); } diff --git a/DataStorage/Session/SessionInterface.php b/DataStorage/Session/SessionInterface.php index f4f5a04a2..ba8ad8942 100644 --- a/DataStorage/Session/SessionInterface.php +++ b/DataStorage/Session/SessionInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ namespace phpOMS\DataStorage\Session; * @category Framework * @package phpOMS\DataStorage\Cache * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface SessionInterface diff --git a/DataStorage/Session/SocketSession.php b/DataStorage/Session/SocketSession.php index 8b6b5e2a5..7aa0ecd89 100644 --- a/DataStorage/Session/SocketSession.php +++ b/DataStorage/Session/SocketSession.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\DataStorage\Session; * @category Framework * @package phpOMS\DataStorage\Session * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class SocketSession implements SessionInterface diff --git a/DataStorage/Web/Builder.php b/DataStorage/Web/Builder.php index 31d2e092b..2d3c096db 100644 --- a/DataStorage/Web/Builder.php +++ b/DataStorage/Web/Builder.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Utils\Crawler; @@ -22,7 +22,7 @@ use phpOMs\DataStorage\Database\Query\Builder as DatabaseQueryBuilder; * @category Framework * @package phpOMS\Utils * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Builder extends DatabaseQueryBuilder diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index ac7e35e1c..a8e77ddc8 100644 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Dispatcher * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\System\File\PathException; * @category Framework * @package phpOMS\Dispatcher * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Dispatcher diff --git a/Event/EventManager.php b/Event/EventManager.php index 8f9a5fde1..a360e05d1 100644 --- a/Event/EventManager.php +++ b/Event/EventManager.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Event * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Event; * @category Framework * @package phpOMS\Event * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 * * @todo : make cachable + database storable -> can reload user defined listeners (persistent events) diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php index 9e8462243..73904e075 100644 --- a/Localization/ISO3166CharEnum.php +++ b/Localization/ISO3166CharEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO3166CharEnum extends Enum diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php index f344ebe39..8ce541f62 100644 --- a/Localization/ISO3166NameEnum.php +++ b/Localization/ISO3166NameEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO3166NameEnum extends Enum diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php index e34548b0c..c9b1506f5 100644 --- a/Localization/ISO3166NumEnum.php +++ b/Localization/ISO3166NumEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO3166NumEnum extends Enum diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php index fc0159a09..c20beb2d3 100644 --- a/Localization/ISO3166TwoEnum.php +++ b/Localization/ISO3166TwoEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO3166TwoEnum extends Enum diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php index b7b3d2a6a..90cc36df1 100644 --- a/Localization/ISO4217CharEnum.php +++ b/Localization/ISO4217CharEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO4217CharEnum extends Enum diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php index 63d2906bc..574b3df96 100644 --- a/Localization/ISO4217DecimalEnum.php +++ b/Localization/ISO4217DecimalEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO4217DecimalEnum extends Enum diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php index 2b4ed8704..dc97e7b26 100644 --- a/Localization/ISO4217Enum.php +++ b/Localization/ISO4217Enum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO4217Enum extends Enum diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php index 7937d68c6..f4f6cbd3f 100644 --- a/Localization/ISO4217NumEnum.php +++ b/Localization/ISO4217NumEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO4217NumEnum extends Enum diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 2d28018ac..7952f244f 100644 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO4217SubUnitEnum extends Enum diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php index bb8fa3312..c14481595 100644 --- a/Localization/ISO4217SymbolEnum.php +++ b/Localization/ISO4217SymbolEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO4217SymbolEnum extends Enum diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php index 0f6aee0c0..0d93cb274 100644 --- a/Localization/ISO639Enum.php +++ b/Localization/ISO639Enum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO639Enum extends Enum diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php index bebfd8bb8..b4e4865e2 100644 --- a/Localization/ISO639x1Enum.php +++ b/Localization/ISO639x1Enum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO639x1Enum extends Enum diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php index 4b8d2d0a5..d887da25a 100644 --- a/Localization/ISO639x2Enum.php +++ b/Localization/ISO639x2Enum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO639x2Enum extends Enum diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php index 7227bbf97..903e6025b 100644 --- a/Localization/ISO8601EnumArray.php +++ b/Localization/ISO8601EnumArray.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -26,7 +26,7 @@ use phpOMS\Stdlib\Base\EnumArray; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ISO8601EnumArray extends EnumArray diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index ca7fb1ff7..d51f813ff 100644 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\Module\ModuleAbstract; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class L11nManager diff --git a/Localization/Localization.php b/Localization/Localization.php index 8434c5886..c12a74a3d 100644 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Utils\Converter\TemperatureType; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Localization diff --git a/Localization/Money.php b/Localization/Money.php index 0ced0e1f2..080419dde 100644 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Localization; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Money implements \Serializable diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index d72281a14..5b3c38ea6 100644 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Localization; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NullLocalization extends Localization diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php index 3007e055f..307103116 100644 --- a/Localization/PhoneEnum.php +++ b/Localization/PhoneEnum.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class PhoneEnum extends Enum diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php index 2705cd1a3..24fee1747 100644 --- a/Localization/TimeZoneEnumArray.php +++ b/Localization/TimeZoneEnumArray.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Localization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\EnumArray; * @category Framework * @package phpOMS\Localization * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class TimeZoneEnumArray extends EnumArray diff --git a/Log/FileLogger.php b/Log/FileLogger.php index 4be39032c..fa773e1d7 100644 --- a/Log/FileLogger.php +++ b/Log/FileLogger.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Log * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\System\File\Local\File; * @category Framework * @package phpOMS\Log * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class FileLogger implements LoggerInterface diff --git a/Log/LogLevel.php b/Log/LogLevel.php index ef359efff..f5963ffbe 100644 --- a/Log/LogLevel.php +++ b/Log/LogLevel.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Log * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Log * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class LogLevel extends Enum diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php index e82038945..dec29efaf 100644 --- a/Log/LoggerInterface.php +++ b/Log/LoggerInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Log * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Log; * @category Framework * @package phpOMS\Log * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface LoggerInterface diff --git a/Math/Differential/FiniteDifference.php b/Math/Differential/FiniteDifference.php index 927df0585..90b89f0d4 100644 --- a/Math/Differential/FiniteDifference.php +++ b/Math/Differential/FiniteDifference.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Parser\Evaluator; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class FiniteDifference diff --git a/Math/Exception/ZeroDevisionException.php b/Math/Exception/ZeroDevisionException.php index 50c86a992..56305faab 100644 --- a/Math/Exception/ZeroDevisionException.php +++ b/Math/Exception/ZeroDevisionException.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Exception; * @category Framework * @package phpOMS/Uri * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ZeroDevisionException extends \UnexpectedValueException diff --git a/Math/Functions/Fibunacci.php b/Math/Functions/Fibunacci.php index 91f5b91f1..f195e2a74 100644 --- a/Math/Functions/Fibunacci.php +++ b/Math/Functions/Fibunacci.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Number\Numbers; * @category Framework * @package phpOMS\Math\Function * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Fibunacci diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index a0a48edb9..a4bee2b30 100644 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Functions; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Functions diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index f16cb8c46..10ebb3376 100644 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\ConvexHull; * @category Framework * @package phpOMS\Utils\TaskSchedule * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 * * @todo : implement vertice class or use vertice class used by graphs? May be usefull in order to give vertices IDs! diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php index 24aff9e4b..cba8ed2f6 100644 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Circle implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/D2ShapeInterface.php b/Math/Geometry/Shape/D2/D2ShapeInterface.php index b1d566e9c..8eb61602e 100644 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; * @category Framework * @package phpOMS\Math * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface D2ShapeInterface extends ShapeInterface diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php index c583fad48..0cfbbff94 100644 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Ellipse implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php index 43c0c32de..30fa5557b 100644 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * @category Framework * @package phpOMS\Math * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Polygon implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php index f592f44c1..02f120446 100644 --- a/Math/Geometry/Shape/D2/Quadrilateral.php +++ b/Math/Geometry/Shape/D2/Quadrilateral.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index de8c3a77e..d3fa61cda 100644 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Rectangle implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php index 3f7610769..8a031ab03 100644 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Trapezoid implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php index 7d41843ed..8e2945612 100644 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D2; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Triangle implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php index d3b4fa3ff..a18f274d7 100644 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Cone implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php index af67df7c3..79e91f2c7 100644 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Cuboid implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php index cc7784f3e..8310648ca 100644 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Cylinder implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/D3ShapeInterface.php b/Math/Geometry/Shape/D3/D3ShapeInterface.php index e433e4a27..d076231ca 100644 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Geometry\Shape\ShapeInterface; * @category Framework * @package phpOMS\Math * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface D3ShapeInterface extends ShapeInterface diff --git a/Math/Geometry/Shape/D3/Prism.php b/Math/Geometry/Shape/D3/Prism.php index 87723fec5..bf1d13d11 100644 --- a/Math/Geometry/Shape/D3/Prism.php +++ b/Math/Geometry/Shape/D3/Prism.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index d416d0291..ba1586e11 100644 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class RectangularPyramid implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php index 8ccd96521..a3b65326a 100644 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * @category Framework * @package phpOMS\Math\Geometry\Shape * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Sphere implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php index aed272801..65b884e03 100644 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape\D3; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Tetrahedron implements D3ShapeInterface diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php index 59c712d5e..74770a83d 100644 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Geometry\Shape; * @category Framework * @package phpOMS\Math * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface ShapeInterface diff --git a/Math/Integral/Gauss.php b/Math/Integral/Gauss.php index 1f4893a3b..3525c95b1 100644 --- a/Math/Integral/Gauss.php +++ b/Math/Integral/Gauss.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php index 6cc81d63b..050612678 100644 --- a/Math/Matrix/CholeskyDecomposition.php +++ b/Math/Matrix/CholeskyDecomposition.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Matrix/EigenvalueDecomposition.php b/Math/Matrix/EigenvalueDecomposition.php index a57ffc644..4ea4d36a9 100644 --- a/Math/Matrix/EigenvalueDecomposition.php +++ b/Math/Matrix/EigenvalueDecomposition.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php index 41ca8136c..d18fc398a 100644 --- a/Math/Matrix/Exception/InvalidDimensionException.php +++ b/Math/Matrix/Exception/InvalidDimensionException.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Matrix\Exception; * @category Framework * @package phpOMS/Uri * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InvalidDimensionException extends \UnexpectedValueException diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php index eeb7a272a..10022a3ef 100644 --- a/Math/Matrix/IdentityMatrix.php +++ b/Math/Matrix/IdentityMatrix.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Matrix; * @category Framework * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class IdentityMatrix extends Matrix diff --git a/Math/Matrix/InverseType.php b/Math/Matrix/InverseType.php index 441155a97..125b971bd 100644 --- a/Math/Matrix/InverseType.php +++ b/Math/Matrix/InverseType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class InverseType extends Enum diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php index b7152ced6..27b7c9270 100644 --- a/Math/Matrix/LUDecomposition.php +++ b/Math/Matrix/LUDecomposition.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index 62f780687..5c3a8810e 100644 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * @category Framework * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Matrix implements \ArrayAccess, \Iterator diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php index ee07a89dc..55d5ede91 100644 --- a/Math/Matrix/QRDecomposition.php +++ b/Math/Matrix/QRDecomposition.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Matrix/SingularValueDecomposition.php b/Math/Matrix/SingularValueDecomposition.php index 8dbe92611..82c718166 100644 --- a/Math/Matrix/SingularValueDecomposition.php +++ b/Math/Matrix/SingularValueDecomposition.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index e43935b40..839079c39 100644 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Matrix; * @category Framework * @package phpOMS\Math\Matrix * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Vector extends Matrix diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index 70efb5a84..309dd4ead 100644 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index 0f0dfbb1d..f3d456987 100644 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Number; * @category Framework * @package phpOMS\Utils * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Integer diff --git a/Math/Number/Irrational.php b/Math/Number/Irrational.php index 0e4d516ae..7de55fce8 100644 --- a/Math/Number/Irrational.php +++ b/Math/Number/Irrational.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index c5482bff3..6da90545a 100644 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Number; * @category Framework * @package phpOMS\Utils * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Natural diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php index 5cc94ceae..f2ec35031 100644 --- a/Math/Number/NumberType.php +++ b/Math/Number/NumberType.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package Utils * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class NumberType extends Enum diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index 624b9f8d1..690ea42de 100644 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Number; * @category Framework * @package Utils * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Numbers diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php index c57811a59..e7f6e289a 100644 --- a/Math/Number/OperationInterface.php +++ b/Math/Number/OperationInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Number; * @category Framework * @package phpOMS\Account * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface OperationInterface diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index 2c8027598..50b2401eb 100644 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Number; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Prime diff --git a/Math/Number/Rational.php b/Math/Number/Rational.php index bd92c5ba8..863dc5739 100644 --- a/Math/Number/Rational.php +++ b/Math/Number/Rational.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Number/Real.php b/Math/Number/Real.php index 31edee905..a7b6f4923 100644 --- a/Math/Number/Real.php +++ b/Math/Number/Real.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php index 7221b41b4..6b78b7645 100644 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Numerics\Interpolation; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class CubicSplineInterpolation diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php index cd71cf7d0..9bb9101af 100644 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Numerics\Interpolation; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class LinearInterpolation diff --git a/Math/Numerics/Interpolation/PolynomialInterpolation.php b/Math/Numerics/Interpolation/PolynomialInterpolation.php index 68e06f631..891ec3565 100644 --- a/Math/Numerics/Interpolation/PolynomialInterpolation.php +++ b/Math/Numerics/Interpolation/PolynomialInterpolation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Numerics\Interpolation; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class PolynomialInterpolation diff --git a/Math/Optimization/GeneticAlgorithmInterface.php b/Math/Optimization/GeneticAlgorithmInterface.php index 904120aed..0247c8f70 100644 --- a/Math/Optimization/GeneticAlgorithmInterface.php +++ b/Math/Optimization/GeneticAlgorithmInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface GeneticAlgorithmInterface diff --git a/Math/Optimization/Graph/Dijkstra.php b/Math/Optimization/Graph/Dijkstra.php index a512e16c6..04ae03ee1 100644 --- a/Math/Optimization/Graph/Dijkstra.php +++ b/Math/Optimization/Graph/Dijkstra.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; diff --git a/Math/Optimization/Graph/EdgeInterface.php b/Math/Optimization/Graph/EdgeInterface.php index 374bcc453..acea0bbfe 100644 --- a/Math/Optimization/Graph/EdgeInterface.php +++ b/Math/Optimization/Graph/EdgeInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization\Graph; * @category Framework * @package phpOMS\Asset * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface EdgeInterface diff --git a/Math/Optimization/Graph/FloydWarshall.php b/Math/Optimization/Graph/FloydWarshall.php index d255ba96e..1daa4522a 100644 --- a/Math/Optimization/Graph/FloydWarshall.php +++ b/Math/Optimization/Graph/FloydWarshall.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; diff --git a/Math/Optimization/Graph/NullEdge.php b/Math/Optimization/Graph/NullEdge.php index 8a0e313fd..dd64ed6d1 100644 --- a/Math/Optimization/Graph/NullEdge.php +++ b/Math/Optimization/Graph/NullEdge.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ namespace phpOMS\Math\Optimization\Graph; * @category Framework * @package phpOMS\Asset * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NullEdge diff --git a/Math/Optimization/Graph/NullVertice.php b/Math/Optimization/Graph/NullVertice.php index b2c88a2b5..2abe50ea6 100644 --- a/Math/Optimization/Graph/NullVertice.php +++ b/Math/Optimization/Graph/NullVertice.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,7 +22,7 @@ namespace phpOMS\Math\Optimization\Graph; * @category Framework * @package phpOMS\Asset * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NullVertice diff --git a/Math/Optimization/Graph/VerticeInterface.php b/Math/Optimization/Graph/VerticeInterface.php index ca66edbd1..7198e96da 100644 --- a/Math/Optimization/Graph/VerticeInterface.php +++ b/Math/Optimization/Graph/VerticeInterface.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization\Graph; * @category Framework * @package phpOMS\Asset * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface VerticeInterface diff --git a/Math/Optimization/Knappsack/Backpack.php b/Math/Optimization/Knappsack/Backpack.php index 4c999eb91..3eacfee9d 100644 --- a/Math/Optimization/Knappsack/Backpack.php +++ b/Math/Optimization/Knappsack/Backpack.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; diff --git a/Math/Optimization/Knappsack/BruteForce.php b/Math/Optimization/Knappsack/BruteForce.php index f0a2cbcfa..e82ec6f82 100644 --- a/Math/Optimization/Knappsack/BruteForce.php +++ b/Math/Optimization/Knappsack/BruteForce.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; diff --git a/Math/Optimization/Knappsack/GA.php b/Math/Optimization/Knappsack/GA.php index 016bcc678..1ab22d66a 100644 --- a/Math/Optimization/Knappsack/GA.php +++ b/Math/Optimization/Knappsack/GA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; diff --git a/Math/Optimization/Knappsack/Item.php b/Math/Optimization/Knappsack/Item.php index 538037980..07a0d6c80 100644 --- a/Math/Optimization/Knappsack/Item.php +++ b/Math/Optimization/Knappsack/Item.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; diff --git a/Math/Optimization/Knappsack/ItemPool.php b/Math/Optimization/Knappsack/ItemPool.php index f67633192..2c51e7ece 100644 --- a/Math/Optimization/Knappsack/ItemPool.php +++ b/Math/Optimization/Knappsack/ItemPool.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; diff --git a/Math/Optimization/Knappsack/Population.php b/Math/Optimization/Knappsack/Population.php index 69778ed14..34f3c289f 100644 --- a/Math/Optimization/Knappsack/Population.php +++ b/Math/Optimization/Knappsack/Population.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; diff --git a/Math/Optimization/ShiftScheduling/BruteForce.php b/Math/Optimization/ShiftScheduling/BruteForce.php index b6485cf09..3df9f6418 100644 --- a/Math/Optimization/ShiftScheduling/BruteForce.php +++ b/Math/Optimization/ShiftScheduling/BruteForce.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; diff --git a/Math/Optimization/ShiftScheduling/GA.php b/Math/Optimization/ShiftScheduling/GA.php index 2f28445ff..e87f95cd6 100644 --- a/Math/Optimization/ShiftScheduling/GA.php +++ b/Math/Optimization/ShiftScheduling/GA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; diff --git a/Math/Optimization/ShiftScheduling/Population.php b/Math/Optimization/ShiftScheduling/Population.php index cc82abb7d..ef83547e6 100644 --- a/Math/Optimization/ShiftScheduling/Population.php +++ b/Math/Optimization/ShiftScheduling/Population.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; diff --git a/Math/Optimization/ShiftScheduling/Workday.php b/Math/Optimization/ShiftScheduling/Workday.php index 2867b6e10..2503311b5 100644 --- a/Math/Optimization/ShiftScheduling/Workday.php +++ b/Math/Optimization/ShiftScheduling/Workday.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; diff --git a/Math/Optimization/ShiftScheduling/Worker.php b/Math/Optimization/ShiftScheduling/Worker.php index 7d94772ca..72822a260 100644 --- a/Math/Optimization/ShiftScheduling/Worker.php +++ b/Math/Optimization/ShiftScheduling/Worker.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; diff --git a/Math/Optimization/ShiftScheduling/WorkerPool.php b/Math/Optimization/ShiftScheduling/WorkerPool.php index 891819d30..a9761d15e 100644 --- a/Math/Optimization/ShiftScheduling/WorkerPool.php +++ b/Math/Optimization/ShiftScheduling/WorkerPool.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; diff --git a/Math/Optimization/TSP/BruteForce.php b/Math/Optimization/TSP/BruteForce.php index bfefcfb9f..a5bda067e 100644 --- a/Math/Optimization/TSP/BruteForce.php +++ b/Math/Optimization/TSP/BruteForce.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization\TSP; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class BruteForce diff --git a/Math/Optimization/TSP/City.php b/Math/Optimization/TSP/City.php index 5719f2cf7..5875282e3 100644 --- a/Math/Optimization/TSP/City.php +++ b/Math/Optimization/TSP/City.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Geometry\Shape\D3\Sphere; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class City diff --git a/Math/Optimization/TSP/CityPool.php b/Math/Optimization/TSP/CityPool.php index 5e7002bd1..9e2cfe1c6 100644 --- a/Math/Optimization/TSP/CityPool.php +++ b/Math/Optimization/TSP/CityPool.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization\TSP; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class CityPool implements \Countable diff --git a/Math/Optimization/TSP/GA.php b/Math/Optimization/TSP/GA.php index 9d284bb2f..1d0a91ef1 100644 --- a/Math/Optimization/TSP/GA.php +++ b/Math/Optimization/TSP/GA.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization\TSP; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class GA diff --git a/Math/Optimization/TSP/Population.php b/Math/Optimization/TSP/Population.php index 7ebecb109..88cfb86a6 100644 --- a/Math/Optimization/TSP/Population.php +++ b/Math/Optimization/TSP/Population.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization\TSP; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Population implements \Countable diff --git a/Math/Optimization/TSP/Tour.php b/Math/Optimization/TSP/Tour.php index 4730099a9..96c7acdec 100644 --- a/Math/Optimization/TSP/Tour.php +++ b/Math/Optimization/TSP/Tour.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Optimization\TSP; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Tour implements \Countable diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php index cdeefc80d..e290027cd 100644 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Parser; * @category Framework * @package phpOMS\Math * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Evaluator diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index af5351759..1a1c7f0b6 100644 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * @category Framework * @package phpOMS\Math\Statistic * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Average diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index 8b99cf95b..ff1ba0454 100644 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Statistic; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Basic diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index e93e93f87..d70a1e915 100644 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Statistic; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Correlation diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index e885d1bce..450f48c3d 100644 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,7 +25,7 @@ use phpOMS\Math\Statistic\MeasureOfDispersion; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Error diff --git a/Math/Statistic/Forecast/ForecastIntervalMultiplier.php b/Math/Statistic/Forecast/ForecastIntervalMultiplier.php index 960a16b1b..95f4d13b3 100644 --- a/Math/Statistic/Forecast/ForecastIntervalMultiplier.php +++ b/Math/Statistic/Forecast/ForecastIntervalMultiplier.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Stdlib\Base\Enum; * @category Framework * @package phpOMS\Datatypes * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class ForecastIntervalMultiplier extends Enum diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php index 87a4e06c1..b1adaa444 100644 --- a/Math/Statistic/Forecast/Forecasts.php +++ b/Math/Statistic/Forecast/Forecasts.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Statistic\Forecast; * @category Framework * @package phpOMS\Datatypes * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Forecasts diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php index 1d6a29bd4..ec42e618f 100644 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Statistic\Forecast\Regression; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class LevelLevelRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php index 6d503b4e8..4a56a08ac 100644 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class LevelLogRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php index bad6be188..c58b034c5 100644 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class LogLevelRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php index af28cc263..398194940 100644 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class LogLogRegression extends RegressionAbstract diff --git a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php index 71a8cb637..560c9fdcd 100644 --- a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php +++ b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php index 446f73954..aa8908a20 100644 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; @@ -25,7 +25,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * @category Framework * @package phpOMS\Math\Statistic * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class RegressionAbstract diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index 26ec3a129..76d95bef2 100644 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\Math\Matrix\Exception\InvalidDimensionException; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class MeasureOfDispersion diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php index b958fc0fe..00866b29d 100644 --- a/Math/Stochastic/Distribution/BernoulliDistribution.php +++ b/Math/Stochastic/Distribution/BernoulliDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class BernoulliDistribution diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php index 23164d5ba..3682dbba4 100644 --- a/Math/Stochastic/Distribution/BetaDistribution.php +++ b/Math/Stochastic/Distribution/BetaDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index fcb649a0f..a9d8f96b7 100644 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Functions\Functions; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class BinomialDistribution diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php index 24f77c8d5..d8bb85255 100644 --- a/Math/Stochastic/Distribution/CauchyDistribution.php +++ b/Math/Stochastic/Distribution/CauchyDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class CauchyDistribution diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index 54fe8e336..a4cb25e5e 100644 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Functions\Functions; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ChiSquaredDistribution diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php index dd52d24a7..8eb1f2b8d 100644 --- a/Math/Stochastic/Distribution/ExponentialDistribution.php +++ b/Math/Stochastic/Distribution/ExponentialDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ExponentialDistribution diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php index 2e4b1db07..b6cd263a7 100644 --- a/Math/Stochastic/Distribution/FDistribution.php +++ b/Math/Stochastic/Distribution/FDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php index ec473a311..7ee3eff65 100644 --- a/Math/Stochastic/Distribution/GammaDistribution.php +++ b/Math/Stochastic/Distribution/GammaDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php index 80da95c89..c0d05fad6 100644 --- a/Math/Stochastic/Distribution/GeometricDistribution.php +++ b/Math/Stochastic/Distribution/GeometricDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class GeometricDistribution diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php index 05d4ef4d6..33f7b2c63 100644 --- a/Math/Stochastic/Distribution/HypergeometricDistribution.php +++ b/Math/Stochastic/Distribution/HypergeometricDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php index bba8d5089..4713698c5 100644 --- a/Math/Stochastic/Distribution/LaplaceDistribution.php +++ b/Math/Stochastic/Distribution/LaplaceDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class LaplaceDistribution diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php index 95a454b8b..853d7e5e8 100644 --- a/Math/Stochastic/Distribution/LogDistribution.php +++ b/Math/Stochastic/Distribution/LogDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php index ee3e9dd8a..0d154169c 100644 --- a/Math/Stochastic/Distribution/LogNormalDistribution.php +++ b/Math/Stochastic/Distribution/LogNormalDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php index 75022a33f..965041b79 100644 --- a/Math/Stochastic/Distribution/LogisticDistribution.php +++ b/Math/Stochastic/Distribution/LogisticDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php index 4a7c7e184..ec538c902 100644 --- a/Math/Stochastic/Distribution/NormalDistribution.php +++ b/Math/Stochastic/Distribution/NormalDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NormalDistribution diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php index 20370e030..713762933 100644 --- a/Math/Stochastic/Distribution/ParetoDistribution.php +++ b/Math/Stochastic/Distribution/ParetoDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php index d179d1e29..f00d059ab 100644 --- a/Math/Stochastic/Distribution/PoissonDistribution.php +++ b/Math/Stochastic/Distribution/PoissonDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Math\Functions\Functions; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class PoissonDistribution diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php index 896bab1f6..ada99f4ba 100644 --- a/Math/Stochastic/Distribution/TDistribution.php +++ b/Math/Stochastic/Distribution/TDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index 7a3dfa21b..a0dd8ff89 100644 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class UniformDistributionContinuous diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index 844980202..3db87f182 100644 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Math\Stochastic\Distribution; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class UniformDistributionDiscrete diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php index 8b62f3528..60e88b269 100644 --- a/Math/Stochastic/Distribution/WeibullDistribution.php +++ b/Math/Stochastic/Distribution/WeibullDistribution.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/NaiveBayesFilter.php b/Math/Stochastic/NaiveBayesFilter.php index e66fd67c7..81b495b1c 100644 --- a/Math/Stochastic/NaiveBayesFilter.php +++ b/Math/Stochastic/NaiveBayesFilter.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Math\Stochastic; @@ -19,7 +19,7 @@ namespace phpOMS\Math\Stochastic; * @category Framework * @package phpOMS\DataStorage\Database * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NaiveBayesFilter diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php index 100f1788b..073d86244 100644 --- a/Message/HeaderAbstract.php +++ b/Message/HeaderAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,9 +21,9 @@ use phpOMS\Localization\Localization; * Response class. * * @category Framework - * @package phpOMS\Response + * @package phpOMS\Message * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class HeaderAbstract diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php index 84139d58a..ee3e57f74 100644 --- a/Message/Http/BrowserType.php +++ b/Message/Http/BrowserType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,10 +22,10 @@ use phpOMS\Stdlib\Base\Enum; * * Browser types can be used for statistics or in order to deliver browser specific content. * - * @category Request - * @package Framework + * @category Framework + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class BrowserType extends Enum diff --git a/Message/Http/Header.php b/Message/Http/Header.php index 131725aca..cbf88600d 100644 --- a/Message/Http/Header.php +++ b/Message/Http/Header.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,9 +22,9 @@ use phpOMS\DataStorage\LockException; * Response class. * * @category Framework - * @package phpOMS\Response + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Header extends HeaderAbstract diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php index 6e7bb3bbd..a43eb8377 100644 --- a/Message/Http/OSType.php +++ b/Message/Http/OSType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -22,10 +22,10 @@ use phpOMS\Stdlib\Base\Enum; * * OS Types which could be useful in order to create statistics or deliver OS specific content. * - * @category Request - * @package Framework + * @category Framework + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class OSType extends Enum diff --git a/Message/Http/Request.php b/Message/Http/Request.php index 9b03f30be..4c461a47c 100644 --- a/Message/Http/Request.php +++ b/Message/Http/Request.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -27,9 +27,9 @@ use phpOMS\Uri\UriInterface; * Request class. * * @category Framework - * @package phpOMS\Request + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Request extends RequestAbstract diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php index f7d5f6d61..51dc03def 100644 --- a/Message/Http/RequestMethod.php +++ b/Message/Http/RequestMethod.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -20,10 +20,10 @@ use phpOMS\Stdlib\Base\Enum; /** * Request method enum. * - * @category Request - * @package Framework + * @category Framework + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class RequestMethod extends Enum diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php index 63a9fc562..3ed4e025a 100644 --- a/Message/Http/RequestStatus.php +++ b/Message/Http/RequestStatus.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -20,10 +20,10 @@ use phpOMS\Stdlib\Base\Enum; /** * Request status enum. * - * @category Request - * @package Framework + * @category Framework + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class RequestStatus extends Enum diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php index c35bc72b0..1888b1e0d 100644 --- a/Message/Http/RequestStatusCode.php +++ b/Message/Http/RequestStatusCode.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Message\Http; @@ -19,10 +19,10 @@ use phpOMS\Stdlib\Base\Enum; /** * Request status enum. * - * @category Request - * @package Framework + * @category Framework + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class RequestStatusCode extends Enum diff --git a/Message/Http/Response.php b/Message/Http/Response.php index 4eccd8cb4..1b312519a 100644 --- a/Message/Http/Response.php +++ b/Message/Http/Response.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -25,9 +25,9 @@ use phpOMS\Views\View; * Response class. * * @category Framework - * @package phpOMS\Response + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Response extends ResponseAbstract implements RenderableInterface diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index ebdd8f2a3..eb30a32aa 100644 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message\Http * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -19,9 +19,9 @@ namespace phpOMS\Message\Http; * Rest request class. * * @category Framework - * @package phpOMS\Request + * @package phpOMS\Message\Http * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Rest diff --git a/Message/Mail/EmailAbstract.php b/Message/Mail/EmailAbstract.php index 93fc94ee8..3902ee8a6 100644 --- a/Message/Mail/EmailAbstract.php +++ b/Message/Mail/EmailAbstract.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Message\Mail; * @category Framework * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class EmailAbstract diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php index 82386a536..c4a1bed9e 100644 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Message\Mail; * @category Framework * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Imap extends EmailAbstract diff --git a/Message/Mail/Mail.php b/Message/Mail/Mail.php index 5e2b5a692..cd0088fdc 100644 --- a/Message/Mail/Mail.php +++ b/Message/Mail/Mail.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Message\Mail; * @category Framework * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Mail diff --git a/Message/Mail/Nntp.php b/Message/Mail/Nntp.php index 00288ccb1..f4960c56e 100644 --- a/Message/Mail/Nntp.php +++ b/Message/Mail/Nntp.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Message\Mail; * @category Framework * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Nntp extends EmailAbstract diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php index 73194dc50..94284dccf 100644 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Message\Mail; * @category Framework * @package phpOMS\Message\Mail * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Pop3 extends EmailAbstract diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php index 26b44b901..3c178fc9d 100644 --- a/Message/MessageInterface.php +++ b/Message/MessageInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -19,9 +19,9 @@ namespace phpOMS\Message; * Message interface. * * @category Framework - * @package phpOMS\Response + * @package phpOMS\Message * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface MessageInterface diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php index 2197b9862..ed16b8008 100644 --- a/Message/RequestAbstract.php +++ b/Message/RequestAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,10 +23,10 @@ use phpOMS\Uri\UriInterface; * * @property mixed request * - * @category Request - * @package Framework + * @category Framework + * @package phpOMS\Message * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class RequestAbstract implements MessageInterface diff --git a/Message/RequestSource.php b/Message/RequestSource.php index e3d7c1051..a67bc07c2 100644 --- a/Message/RequestSource.php +++ b/Message/RequestSource.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -20,10 +20,10 @@ use phpOMS\Stdlib\Base\Enum; /** * Request source enum. * - * @category Request - * @package Framework + * @category Framework + * @package phpOMS\Message * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class RequestSource extends Enum diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index 05caf91b1..413dba1ed 100644 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,9 +21,9 @@ use phpOMS\Utils\ArrayUtils; * Response abstract class. * * @category Framework - * @package phpOMS\Response + * @package phpOMS\Message * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class ResponseAbstract implements MessageInterface, \JsonSerializable diff --git a/Message/ResponseType.php b/Message/ResponseType.php index af85a9a89..6f69261f2 100644 --- a/Message/ResponseType.php +++ b/Message/ResponseType.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,9 +21,9 @@ use phpOMS\Stdlib\Base\Enum; * Request type enum. * * @category Framework - * @package Framework + * @package phpOMS\Message * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class ResponseType extends Enum diff --git a/Message/Socket/Request.php b/Message/Socket/Request.php index 81399aa45..8bacfeb74 100644 --- a/Message/Socket/Request.php +++ b/Message/Socket/Request.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Message\Socket; diff --git a/Message/Socket/Response.php b/Message/Socket/Response.php index 51c59782f..1a0ce0e77 100644 --- a/Message/Socket/Response.php +++ b/Message/Socket/Response.php @@ -9,7 +9,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); namespace phpOMS\Message\Socket; diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php index d0966c51d..3bb78dbf0 100644 --- a/Message/UploadedFileInterface.php +++ b/Message/UploadedFileInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Message * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -19,9 +19,9 @@ namespace phpOMS\Message; * Upload interface. * * @category Framework - * @package phpOMS\Response + * @package phpOMS\Message * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface UploadedFileInterface diff --git a/Model/Html/Head.php b/Model/Html/Head.php index f49e49399..0f0638299 100644 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS/Model * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -27,7 +27,7 @@ use phpOMS\Contract\RenderableInterface; * @category Framework * @package phpOMS/Model * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Head implements RenderableInterface diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index f1700b0c6..204ef8e32 100644 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS/Model * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\Contract\RenderableInterface; * @category Framework * @package phpOMS/Model * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class Meta implements RenderableInterface diff --git a/Module/ActivateAbstract.php b/Module/ActivateAbstract.php index ddebdc2f5..600308cb7 100644 --- a/Module/ActivateAbstract.php +++ b/Module/ActivateAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ActivateAbstract diff --git a/Module/ConsoleInterface.php b/Module/ConsoleInterface.php index 9a1c4bd52..678bf4712 100644 --- a/Module/ConsoleInterface.php +++ b/Module/ConsoleInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -18,10 +18,10 @@ namespace phpOMS\Module; /** * Console module interface. * - * @category Module - * @package Framework + * @category Framework + * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface ConsoleInterface diff --git a/Module/DeactivateAbstract.php b/Module/DeactivateAbstract.php index fdab8e29b..9b5640de1 100644 --- a/Module/DeactivateAbstract.php +++ b/Module/DeactivateAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -24,7 +24,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class DeactivateAbstract diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php index c72d6d7a7..94a49dee1 100644 --- a/Module/Exception/InvalidModuleException.php +++ b/Module/Exception/InvalidModuleException.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -19,9 +19,9 @@ namespace phpOMS\Module\Exception; * Zero devision exception. * * @category Framework - * @package phpOMS/Uri + * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InvalidModuleException extends \UnexpectedValueException diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php index 66558b7db..4dee02067 100644 --- a/Module/Exception/InvalidThemeException.php +++ b/Module/Exception/InvalidThemeException.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -19,9 +19,9 @@ namespace phpOMS\Module\Exception; * Zero devision exception. * * @category Framework - * @package phpOMS/Uri + * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InvalidThemeException extends \UnexpectedValueException diff --git a/Module/InfoManager.php b/Module/InfoManager.php index 1bc973213..d8a1af4e6 100644 --- a/Module/InfoManager.php +++ b/Module/InfoManager.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -26,7 +26,7 @@ use phpOMS\Utils\ArrayUtils; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InfoManager diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php index 81c5ed3ce..0809dac45 100644 --- a/Module/InstallerAbstract.php +++ b/Module/InstallerAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -28,7 +28,7 @@ use phpOMS\Utils\Parser\Php\ArrayParser; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class InstallerAbstract diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index c35ca7df9..e1692cb22 100644 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Module; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ abstract class ModuleAbstract diff --git a/Module/ModuleFactory.php b/Module/ModuleFactory.php index 77d23a67e..9080b3ffa 100644 --- a/Module/ModuleFactory.php +++ b/Module/ModuleFactory.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -26,7 +26,7 @@ use phpOMS\ApplicationAbstract; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ModuleFactory diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index ec2e10f36..2e338d51f 100644 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -30,7 +30,7 @@ use phpOMS\Module\Exception\InvalidModuleException; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class ModuleManager diff --git a/Module/NullModule.php b/Module/NullModule.php index 78ac1e699..e99c65173 100644 --- a/Module/NullModule.php +++ b/Module/NullModule.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Module; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class NullModule extends ModuleAbstract diff --git a/Module/PackageManager.php b/Module/PackageManager.php index 8405d642b..a7d5b5bed 100644 --- a/Module/PackageManager.php +++ b/Module/PackageManager.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -27,9 +27,9 @@ use phpOMS\Utils\IO\Zip\Zip; * The package manager is responsible for handling installation and update packages for modules, frameworks and resources. * * @category Framework - * @package phpOMS\Account + * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class PackageManager diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php index a82d17b5e..0a5acf7d7 100644 --- a/Module/SocketInterface.php +++ b/Module/SocketInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -18,10 +18,10 @@ namespace phpOMS\Module; /** * Socket module interface. * - * @category Module - * @package Framework + * @category Framework + * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface SocketInterface diff --git a/Module/UninstallAbstract.php b/Module/UninstallAbstract.php index 4a1c7d52c..cd52f1396 100644 --- a/Module/UninstallAbstract.php +++ b/Module/UninstallAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class UninstallAbstract diff --git a/Module/UpdateAbstract.php b/Module/UpdateAbstract.php index af8b503f3..96fb4f2a4 100644 --- a/Module/UpdateAbstract.php +++ b/Module/UpdateAbstract.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -23,7 +23,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ class UpdateAbstract diff --git a/Module/WebInterface.php b/Module/WebInterface.php index 6f1b3726a..2b43b45f2 100644 --- a/Module/WebInterface.php +++ b/Module/WebInterface.php @@ -4,12 +4,12 @@ * * PHP Version 7.1 * - * @category TBD - * @package TBD + * @category Framework + * @package phpOMS\Module * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://orange-management.com + * @link http://website.orange-management.de */ declare(strict_types = 1); @@ -21,7 +21,7 @@ namespace phpOMS\Module; * @category Framework * @package phpOMS\Module * @license OMS License 1.0 - * @link http://orange-management.com + * @link http://website.orange-management.de * @since 1.0.0 */ interface WebInterface diff --git a/Pattern/Mediator.php b/Pattern/Mediator.php deleted file mode 100644 index 261fa5550..000000000 --- a/Pattern/Mediator.php +++ /dev/null @@ -1,84 +0,0 @@ -