コード例 #1
0
ファイル: PlaceTest.php プロジェクト: gusdecool/google-php
 public function testGetNearby()
 {
     $this->assertInstanceOf('GusDeCooL\\GooglePhp\\Component\\Place\\Nearby', $this->place->getNearby());
 }
コード例 #2
0
ファイル: Nearby.php プロジェクト: gusdecool/google-php
 /**
  * API Key
  * @return string
  */
 public function getKey()
 {
     return $this->parent->getKey();
 }