offsetUnset() 공개 메소드

public offsetUnset ( $index )
예제 #1
0
 public function offsetUnset($index)
 {
     if ($this->source !== null) {
         $this->source->offsetUnset($index);
     } else {
         $this->toOrderedMap()->offsetUnset($index);
     }
 }