Bravo3\Orm\Query\QueryResult::offsetSet PHP Method

offsetSet() public method

You cannot set query elements, calling this function will throw a \LogicException
public offsetSet ( integer $offset, mixed $value )
$offset integer
$value mixed
    public function offsetSet($offset, $value)
    {
        throw new \LogicException("You cannot set a query result item");
    }