Extends
lithium\core\Object
Unsets an offset.
Parameters
- string $offset The offset to unset.
Returns
voidSource
public function offsetUnset($offset) {
unset($this->_data[$offset]);
prev($this->_data);
}
public function offsetUnset($offset) {
unset($this->_data[$offset]);
prev($this->_data);
}