Neos\Flow\Persistence\EmptyQueryResult::offsetSet PHP Method

offsetSet() public method

public offsetSet ( mixed $offset, mixed $value ) : void
$offset mixed The offset is ignored in this case
$value mixed The value is ignored in this case
return void
    public function offsetSet($offset, $value)
    {
    }