Summary
- File
- Package hierarchy Content\Search
- Class hierarchy \SearchResult
__construct(integer $id, string $title, string $link, float $relevance)
Builds a <code>SearchResult</code> object
| integer | $id | the element identifier in its own module |
| string | $title | the element title |
| string | $link | a link to a page that will display the element |
| float | $relevance | the relevance of the element within the current search |
| None found |
get_id()
| None found |
get_title()
| None found |
get_link()
| None found |
get_relevance()
| None found |