コード例 #1
0
ファイル: BitSet.php プロジェクト: dazarobbo/cola
 public function offsetExists($offset)
 {
     return $this->_List->offsetExists($offset);
 }