]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/class_FrameworkArrayObject.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / main / class_FrameworkArrayObject.php
index 06c6be68442e932c491bf3e92142eb7777c254be..69a3363661f241e2c529c27f3cd3ddccb9bd5c8d 100644 (file)
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class FrameworkArrayObject extends ArrayObject {
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 class FrameworkArrayObject extends ArrayObject {
-       /**
-        * Constructor for smooth coding style ;-)
-        *
-        * @param               $class  The class's real name
-        * @return      void
-        */
-       public function constructor ($class) {
-               // $class will be ignored for backward compatiblity
-       }
-
        /**
         * Get real class' name back
         *
        /**
         * Get real class' name back
         *