示例#1
0
文件: DormRow.php 项目: vlki/dorm
 public function offsetExists($index)
 {
     $index = (string) $index;
     return isset($this->callbacks[$index]) ? TRUE : parent::offsetExists($index);
 }