@@ -310,7 +310,7 @@ |
||
310 | 310 | /** |
311 | 311 | * Set an alias |
312 | 312 | * |
313 | - * @param string|ReflectionClass $xClass The class name or the reflection class |
|
313 | + * @param ReflectionClass $xClass The class name or the reflection class |
|
314 | 314 | * |
315 | 315 | * @return null|object |
316 | 316 | */ |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | * @param string $sEnabledText The text of the link if it is enabled |
135 | 135 | * @param string $sDisabledText The text of the link if it is disabled |
136 | 136 | * |
137 | - * @return string |
|
137 | + * @return null|\Jaxon\Utils\View\Store |
|
138 | 138 | */ |
139 | 139 | protected function getLink($nNumber, $sTemplate, $sEnabledText, $sDisabledText) |
140 | 140 | { |
@@ -151,7 +151,7 @@ discard block |
||
151 | 151 | /** |
152 | 152 | * Render the previous link. |
153 | 153 | * |
154 | - * @return string |
|
154 | + * @return null|\Jaxon\Utils\View\Store |
|
155 | 155 | */ |
156 | 156 | protected function getPrevLink() |
157 | 157 | { |
@@ -162,7 +162,7 @@ discard block |
||
162 | 162 | /** |
163 | 163 | * Render the next link. |
164 | 164 | * |
165 | - * @return string |
|
165 | + * @return null|\Jaxon\Utils\View\Store |
|
166 | 166 | */ |
167 | 167 | protected function getNextLink() |
168 | 168 | { |
@@ -175,7 +175,7 @@ discard block |
||
175 | 175 | * |
176 | 176 | * @param integer $nNumber The page number |
177 | 177 | * |
178 | - * @return string |
|
178 | + * @return null|\Jaxon\Utils\View\Store |
|
179 | 179 | */ |
180 | 180 | protected function getPageLink($nNumber) |
181 | 181 | { |
@@ -190,7 +190,7 @@ discard block |
||
190 | 190 | * @param integer $currentPage The current page number |
191 | 191 | * @param integer $totalPages The total number of pages |
192 | 192 | * |
193 | - * @return string |
|
193 | + * @return null|\Jaxon\Utils\View\Store |
|
194 | 194 | */ |
195 | 195 | public function render(array $aPageNumbers, $currentPage, $totalPages) |
196 | 196 | { |