예제 #1
0
파일: BitSet.php 프로젝트: dazarobbo/cola
 public function offsetGet($offset)
 {
     return $this->_List->offsetGet($offset);
 }