@@ -114,6 +114,9 @@ discard block |
||
| 114 | 114 | } |
| 115 | 115 | } |
| 116 | 116 | |
| 117 | + /** |
|
| 118 | + * @param string $location |
|
| 119 | + */ |
|
| 117 | 120 | protected function getLatLonForLocation($location) |
| 118 | 121 | { |
| 119 | 122 | $result = $this->client->get(sprintf( |
@@ -131,6 +134,9 @@ discard block |
||
| 131 | 134 | return [$location->lat, $location->lon]; |
| 132 | 135 | } |
| 133 | 136 | |
| 137 | + /** |
|
| 138 | + * @param \DOMXPath $xpath |
|
| 139 | + */ |
|
| 134 | 140 | public function getEventPage($xpath) |
| 135 | 141 | { |
| 136 | 142 | $confPath = $xpath->query("//h3/a[contains(@class, 'summary')]"); |