unsetValue() public static méthode

public static unsetValue ( &$collection, $key )
Exemple #1
0
 public function offsetUnset($offset)
 {
     AccessHelper::unsetValue($this->data, $offset);
 }