]> 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 85397a41578b63ed0f80df4b0f480751d6ec76b1..69a3363661f241e2c529c27f3cd3ddccb9bd5c8d 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * 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
         *