Contract
abstract class Contract
Traits
Properties
| protected | $customFilter | from SearchFilter | |
| protected | $page | ||
| protected | $offset | ||
| protected | $limit | ||
| protected | $num_rows | ||
| protected | $documents | ||
| protected | $custom_fields | ||
| protected | $criteria | ||
| protected | $filter | ||
| protected | $execute | ||
| protected | $error | ||
| $query_time | |||
| $searchable_fields | |||
| $stop_words |
Methods
__construct()
No description
void
void
setLimit(int $limit)
No description
int
getLimit()
No description
int
getNumRows()
No description
string
getError()
No description
dump(array $query)
No description
getDocuments()
No description
toArray()
No description
toJSON()
No description
toHTML()
No description
toXML()
No description
toRSS()
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
at line 44
__construct()
No description
at line 55
void
setCriteria(Criteria $criteria)
No description
at line 63
void
setFilter(Criteria $criteria)
No description
at line 71
void
setLimit(int $limit)
No description
at line 79
int
getLimit()
No description
at line 87
int
getNumRows()
No description
at line 95
string
getError()
No description
at line 100
abstract
dump(array $query)
No description
at line 102
abstract
getDocuments()
No description
at line 104
abstract
toArray()
No description
at line 106
abstract
toJSON()
No description
at line 108
abstract
toHTML()
No description
at line 110
abstract
toXML()
No description
at line 112
abstract
toRSS()
No description