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

offsetSet() public method

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