コード例 #1
0
ファイル: Repository.php プロジェクト: redwormik/fakeorm
 public function offsetUnset($offset)
 {
     unset($this->data[$offset]);
     return $this->selection->offsetUnset($offset);
 }