コード例 #1
0
ファイル: DormRow.php プロジェクト: vlki/dorm
 public function offsetExists($index)
 {
     $index = (string) $index;
     return isset($this->callbacks[$index]) ? TRUE : parent::offsetExists($index);
 }