offsetGet() public méthode

public offsetGet ( mixed $offset ) : mixed
$offset mixed
Résultat mixed
 /**
  * @test
  */
 public function offsetGetReturnsNullIfOffsetDoesNotExist()
 {
     $this->assertNull($this->queryResult->offsetGet('foo'));
 }