コード例 #1
0
 public function testQueryResultId()
 {
     $this->assertTrue($this->queryResultId->sameValueAs($this->queryResultCreated->queryResultId()));
 }
コード例 #2
0
 /**
  * @param QueryResultCreated $event
  */
 protected function onQueryResultCreated(QueryResultCreated $event)
 {
     $this->queryResultId = $event->queryResultId();
     $this->metaInformation = $event->metaInformation();
     $this->result = $event->result();
 }