コード例 #1
0
ファイル: Table.php プロジェクト: pracj3am/osto
 public function offsetGet($name)
 {
     return $this->dataSource->offsetGet($name);
 }