X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fextended%2Fclass_ObjectLimits.php;h=91dc519f8a4d4ba7b11c2a0488fe09711ec73242;hb=3de190d440affe43a473a592633d54f571dbb650;hp=8cfb0ec6c78f6ac702cb8e869eb09bb835567fd3;hpb=ff66822b5fb6a92f5dc8af55290ecb89ec7f1aaf;p=shipsimu.git diff --git a/inc/classes/main/extended/class_ObjectLimits.php b/inc/classes/main/extended/class_ObjectLimits.php index 8cfb0ec..91dc519 100644 --- a/inc/classes/main/extended/class_ObjectLimits.php +++ b/inc/classes/main/extended/class_ObjectLimits.php @@ -3,10 +3,11 @@ * This object limits other objects. This is mostly being used to prepare * objects to the datatabase connection or else a lot heap would be saved. * - * @author Roland Haeder - * @version 0.0 + * @author Roland Haeder + * @version 0.3.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version + * @link http://www.mxchange.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -102,7 +103,7 @@ class ObjectLimits extends BaseFrameworkSystem { /** * Add a string directly to the limitation list * - * @param $str The string we want to add directly + * @param $str The string we want to add directly * @return void */ private final function addString ($str) {