@@ -237,7 +237,7 @@ |
||
237 | 237 | /** |
238 | 238 | * build siteCache file |
239 | 239 | * @param DocumentParser $modx |
240 | - * @return boolean success |
|
240 | + * @return null|boolean success |
|
241 | 241 | */ |
242 | 242 | public function buildCache($modx) |
243 | 243 | { |
@@ -473,6 +473,9 @@ |
||
473 | 473 | ); |
474 | 474 | } |
475 | 475 | |
476 | +/** |
|
477 | + * @return string |
|
478 | + */ |
|
476 | 479 | function getNodeTitle($nodeNameSource, $row) |
477 | 480 | { |
478 | 481 | global $modx; |