示例#1
0
 public function testGetNearby()
 {
     $this->assertInstanceOf('GusDeCooL\\GooglePhp\\Component\\Place\\Nearby', $this->place->getNearby());
 }
示例#2
0
 /**
  * API Key
  * @return string
  */
 public function getKey()
 {
     return $this->parent->getKey();
 }