![]() |
CMS
Version 3.9
|
Public Member Functions | |
ArticleSearchResult ($item) | |
getPrimaryKey () | |
get ($field) | |
prettifyClassName ($plural=false) | |
format ($format) | |
relevance () | |
title () | |
date () | |
summary () | |
Display the item title and any other essential details for the item such as author and a create date. More... | |
![]() | |
formatIcon ($icon, $alt) | |
Public Attributes | |
$item | |
Definition at line 263 of file article.inc.
ArticleSearchResult::ArticleSearchResult | ( | $item | ) |
Definition at line 267 of file article.inc.
ArticleSearchResult::date | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 287 of file article.inc.
ArticleSearchResult::format | ( | $format | ) |
ArticleSearchResult::get | ( | $field | ) |
ArticleSearchResult::getPrimaryKey | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 272 of file article.inc.
ArticleSearchResult::prettifyClassName | ( | $plural = false | ) |
Reimplemented from AbstractSearchResult.
Definition at line 274 of file article.inc.
ArticleSearchResult::relevance | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 277 of file article.inc.
ArticleSearchResult::summary | ( | ) |
Display the item title and any other essential details for the item such as author and a create date.
If Application Settings is set to show text fragment, display the teaser and a Read More link; otherwise, put the link to the full item' details directly on the title.
Reimplemented from AbstractSearchResult.
Definition at line 292 of file article.inc.
ArticleSearchResult::title | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 282 of file article.inc.
ArticleSearchResult::$item |
Definition at line 265 of file article.inc.