Neos\Flow\Persistence\EmptyQueryResult::offsetSet PHP Метод

offsetSet() публичный Метод

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
Результат void
    public function offsetSet($offset, $value)
    {
    }