@@ -38,6 +38,10 @@ |
||
| 38 | 38 | $this->timezone = new \DateTimezone($timezone); |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | + /** |
|
| 42 | + * @param \DOMDocument $dom |
|
| 43 | + * @param \DOMXPath $xpath |
|
| 44 | + */ |
|
| 41 | 45 | public function parse($dom, $xpath) |
| 42 | 46 | { |
| 43 | 47 | $openingDate = $xpath->query("//span[text()='Openend on:']/following-sibling::strong"); |
@@ -56,6 +56,9 @@ |
||
| 56 | 56 | |
| 57 | 57 | private $keeper; |
| 58 | 58 | |
| 59 | + /** |
|
| 60 | + * @param Client $client |
|
| 61 | + */ |
|
| 59 | 62 | public function __construct($baseUri, $bearerToken, $client = null) |
| 60 | 63 | { |
| 61 | 64 | $this->baseUri = $baseUri; |