コード例 #1
0
ファイル: QueryArray.php プロジェクト: iHunt101/phlite
 function offsetUnset($offset)
 {
     if ($this->frozen) {
         throw new \Exception('QueryDict is frozen');
     }
     return parent::offsetUnset($offset);
 }