コード例 #1
0
ファイル: RecordCollection.php プロジェクト: sigma-z/dive
 /**
  * @param mixed $offset
  */
 public function offsetUnset($offset)
 {
     parent::offsetUnset($offset);
     unset($this->identifiers[$offset]);
 }