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)
    {
    }