Exemplo n.º 1
0
 public function __construct($vals = null)
 {
     if (!isset(self::$_TSPEC)) {
         self::$_TSPEC = array(1 => array('var' => 'tbl', 'type' => TType::STRUCT, 'class' => 'metastore_Table'));
     }
     if (is_array($vals)) {
         if (isset($vals['tbl'])) {
             $this->tbl = $vals['tbl'];
         }
     }
 }