queryObject() 공개 메소드

This method is used internally to run queries and is not intended for use outside the internal library API
public queryObject ( ) : array
리턴 array
예제 #1
0
 public function testJsonSerialize()
 {
     $query = new GqlQuery($this->mapper, 'SELECT * FROM foo');
     $this->assertEquals($query->jsonSerialize(), $query->queryObject());
 }