offsetUnset() public method

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