SearchBiblioEngine
class SearchBiblioEngine extends Contract
Traits
Properties
| protected | $customFilter | from SearchFilter | |
| protected | $page | from Contract | |
| protected | $offset | from Contract | |
| protected | $limit | from Contract | |
| protected | $num_rows | from Contract | |
| protected | $documents | from Contract | |
| protected | $custom_fields | from Contract | |
| protected | $criteria | from Contract | |
| protected | $filter | from Contract | |
| protected | $execute | from Contract | |
| protected | $error | from Contract | |
| $query_time | from Contract | ||
| $searchable_fields | |||
| $stop_words | from Contract | ||
| protected | $disable_item_data |
Methods
dump(array $sql)
No description
getDocuments()
No description
toArray()
No description
toJSON()
No description
toHTML()
No description
toXML()
No description
toRSS()
No description
buildSQL()
No description
xmlAuthor($xml, $biblio_id)
No description
xmlAttachment($xml, $biblio_id)
No description
Details
in
SearchFilter at line 11
setCustomFilter($filter)
No description
in
SearchFilter at line 16
getFilter($opac, $build = false)
No description
in
SearchFilter at line 102
getYears()
No description
in
SearchFilter at line 108
getCollectionType()
No description
in
SearchFilter at line 114
getGMD()
No description
in
SearchFilter at line 120
getLocation()
No description
in
SearchFilter at line 126
getLanguage()
No description
in
SearchFilter at line 132
string
buildFilter($opac, $filters)
No description
in
SearchFilter at line 237
reOrder($filters)
No description
in
Contract at line 44
__construct()
No description
in
Contract at line 71
void
setLimit(int $limit)
No description
in
Contract at line 79
int
getLimit()
No description
in
Contract at line 87
int
getNumRows()
No description
in
Contract at line 95
string
getError()
No description
at line 683
dump(array $sql)
No description
at line 37
getDocuments()
No description
at line 468
toArray()
No description
at line 473
toJSON()
No description
at line 519
toHTML()
No description
at line 537
toXML()
No description
at line 678
toRSS()
No description
at line 74
buildSQL()
No description
at line 128
buildCriteria(Criteria $criteria)
No description
at line 636
xmlAuthor($xml, $biblio_id)
No description
at line 657
xmlAttachment($xml, $biblio_id)
No description