Pheasant\Database\Mysqli\Fields::offsetUnset PHP Method

offsetUnset() public method

public offsetUnset ( $offset )
    public function offsetUnset($offset)
    {
        throw new \BadMethodCallException('Fields are read-only');
    }