offsetUnset() public method

public offsetUnset ( $index )
Esempio n. 1
0
 public function offsetUnset($index)
 {
     if ($this->source !== null) {
         $this->source->offsetUnset($index);
     } else {
         $this->toOrderedMap()->offsetUnset($index);
     }
 }