Public Member Functions | |
__construct (SearchDoc &$s=null) | |
count () | |
rewind () | |
next () | |
key () | |
current () | |
valid () | |
getSearchDocument () | |
addDocumentIdentificators (array $ids, $useInitid=true) | |
listMap ($hookFunction) | |
Data Fields | |
$length = 0 | |
Definition at line 17 of file Class.DocumentList.php.
__construct | ( | SearchDoc & | $s = null | ) |
addDocumentIdentificators | ( | array | $ids, |
$useInitid = true |
|||
) |
count | ( | ) |
get number of returned documents can be upper of real length due to callback map
Definition at line 37 of file Class.DocumentList.php.
current | ( | ) |
Definition at line 90 of file Class.DocumentList.php.
getSearchDocument | ( | ) |
Definition at line 98 of file Class.DocumentList.php.
key | ( | ) |
Definition at line 86 of file Class.DocumentList.php.
listMap | ( | $hookFunction | ) |
apply a callback on each document if callback return false, the document is skipped from list
Definition at line 124 of file Class.DocumentList.php.
next | ( | ) |
Definition at line 73 of file Class.DocumentList.php.
rewind | ( | ) |
Definition at line 68 of file Class.DocumentList.php.
valid | ( | ) |
Definition at line 94 of file Class.DocumentList.php.
$length = 0 |
Definition at line 25 of file Class.DocumentList.php.
← centre documentaire |
|