Neos\Flow\Persistence\EmptyQueryResult::offsetSet PHP Méthode

offsetSet() public méthode

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
Résultat void
    public function offsetSet($offset, $value)
    {
    }