offsetGet() 공개 메소드

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