@@ -180,6 +180,9 @@ |
||
| 180 | 180 | return; |
| 181 | 181 | } |
| 182 | 182 | |
| 183 | + /** |
|
| 184 | + * @param string $identifier |
|
| 185 | + */ |
|
| 183 | 186 | private function getQueryString($identifier, $parameters) |
| 184 | 187 | { |
| 185 | 188 | $queryStr = sprintf("SELECT * FROM [nt:unstructured] as S WHERE S.phpcr:class='SWP\Bundle\ContentBundle\Doctrine\ODM\PHPCR\Article' AND S.route=%s AND S.status=published", $identifier); |