示例#1
0
文件: Table.php 项目: pracj3am/osto
 public function offsetSet($name, $value)
 {
     $this->dataSource->offsetSet($name, $value);
 }