@@ -89,6 +89,9 @@ |
||
89 | 89 | return $this->requestUrl; |
90 | 90 | } |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $apiUrl |
|
94 | + */ |
|
92 | 95 | private function download($apiUrl /* ... params */) |
93 | 96 | { |
94 | 97 | $args = func_get_args(); |
@@ -116,7 +116,7 @@ discard block |
||
116 | 116 | } |
117 | 117 | |
118 | 118 | /** |
119 | - * @param string|DateTime $str |
|
119 | + * @param string $str |
|
120 | 120 | * @return self |
121 | 121 | */ |
122 | 122 | public function setDate($str) |
@@ -173,6 +173,9 @@ discard block |
||
173 | 173 | */ |
174 | 174 | abstract protected function getExpectedProperty(); |
175 | 175 | |
176 | + /** |
|
177 | + * @return string |
|
178 | + */ |
|
176 | 179 | abstract public function getStartXmlElement(); |
177 | 180 | |
178 | 181 | private function getProperties() |
@@ -20,6 +20,9 @@ |
||
20 | 20 | /** @var string */ |
21 | 21 | private $temp; |
22 | 22 | |
23 | + /** |
|
24 | + * @param string $temp |
|
25 | + */ |
|
23 | 26 | public function __construct($temp) |
24 | 27 | { |
25 | 28 | $this->temp = $temp; |