class_FrameworkArrayObject.php

Go to the documentation of this file.
00001 <?php
00026 class FrameworkArrayObject extends ArrayObject {
00030         private $realClass = "";
00031 
00038         public function __construct ($className) {
00039                 $this->realClass = (string) $className;
00040         }
00041 
00047         public function __toString () {
00048                 return $this->realClass;
00049         }
00050 }
00051 
00052 // [EOF]
00053 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6