offsetUnset() public method

Unset the value for a given offset.
public offsetUnset ( mixed $offset ) : void
$offset mixed
return void
Esempio n. 1
0
 public function offsetUnset($offset)
 {
     return $this->model->offsetUnset($offset);
 }