예제 #1
0
파일: Table.php 프로젝트: pracj3am/osto
 public function offsetExists($name)
 {
     return $this->dataSource->offsetExists($name);
 }