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