offsetUnset() public method

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