]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/main/class_FrameworkArrayObject.php
Code merge from latest ship-simu code
[mailer.git] / inc / classes / main / class_FrameworkArrayObject.php
index 85397a41578b63ed0f80df4b0f480751d6ec76b1..d97f403812d302c5d122bbcc11c1a8abfafa5964 100644 (file)
  * 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
         *