![]() |
CMS
Version 3.9
|
Public Member Functions | |
DocumentSearchResult ($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 202 of file document.inc.
DocumentSearchResult::date | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 226 of file document.inc.
DocumentSearchResult::DocumentSearchResult | ( | $item | ) |
Definition at line 206 of file document.inc.
DocumentSearchResult::format | ( | $format | ) |
DocumentSearchResult::get | ( | $field | ) |
DocumentSearchResult::getPrimaryKey | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 211 of file document.inc.
DocumentSearchResult::prettifyClassName | ( | $plural = false | ) |
Reimplemented from AbstractSearchResult.
Definition at line 213 of file document.inc.
DocumentSearchResult::relevance | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 216 of file document.inc.
DocumentSearchResult::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 231 of file document.inc.
DocumentSearchResult::title | ( | ) |
Reimplemented from AbstractSearchResult.
Definition at line 221 of file document.inc.
DocumentSearchResult::$item |
Definition at line 204 of file document.inc.