Example #1
0
 public function __construct($vals = null)
 {
     if (!isset(self::$_TSPEC)) {
         self::$_TSPEC = array(1 => array('var' => 'objectTypePtr', 'type' => TType::I32));
     }
     if (is_array($vals)) {
         if (isset($vals['objectTypePtr'])) {
             $this->objectTypePtr = $vals['objectTypePtr'];
         }
     }
 }