예제 #1
0
파일: DormRow.php 프로젝트: vlki/dorm
 public function offsetExists($index)
 {
     $index = (string) $index;
     return isset($this->callbacks[$index]) ? TRUE : parent::offsetExists($index);
 }