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