| 1 | <?php | ||
| 5 | class Query { | ||
| 6 | |||
| 7 | /** | ||
| 8 | * This function returns the results of a certain query. | ||
| 9 | * Thank you Yaron Koren for advice concerning this code. | ||
| 10 | * | ||
| 11 | * @param string $query_string The query | ||
| 12 | * @param array(String) $properties_to_display Array of property names to display | ||
|  | |||
| 13 | * @param boolean $display_title Add the page title in the result | ||
| 14 | * @return \SMWQueryResult | ||
| 15 | */ | ||
| 16 | 	static function getQueryResults( $query_string, array $properties_to_display, $display_title ) { | ||
| 44 | } | ||
| 45 | 
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.