示例#1
0
文件: RTT.php 项目: openeyes/openeyes
 /**
  * Pass through use_pas flag to allow pas supression.
  *
  * @see CActiveRecord::instantiate()
  */
 protected function instantiate($attributes)
 {
     $model = parent::instantiate($attributes);
     $model->use_pas = $this->use_pas;
     return $model;
 }