Constructor & Destructor Documentation
Member Function Documentation
Gets an IDOL document without authentication
- Parameters:
-
int | $id | The document id |
string | $url | The IDOL url |
string | $highlight | The terms to be highlighted [OPTIONAL] protected |
- Returns:
- IDOLDocument
Performs an IDOL search without authentication
- Parameters:
-
- Returns:
- IDOLResultSet
Gets an IDOL document
- Parameters:
-
string | $token | The token identifier |
int | $id | The document id |
string | $url | The IDOL url |
string | $highlight | The terms to be highlighted [OPTIONAL] public |
- Returns:
- IDOLDocument
Parse the document data from an IDOL response XML
- Parameters:
-
DOMDocument | $doc | The IDOL document protected |
- Returns:
- IDOLDocument[]
Performs an IDOL search
- Parameters:
-
string | $token | The token identifier |
IDOLQuery | $query | The query public |
- Returns:
- IDOLResultSet
Transfors an IDOL Document into a given class. The result is returned as an associative array which can then be json decoded setting array to false so we will have a new class.
- Parameters:
-
IDOLDocument | $doc | The document |
array | $matrix | The transformation matrix (an associative array in which the keys are the new class methods and the values are the IDOL document keys) |
object | $obj | The object in which the document will be transformed protected |
- Returns:
- object
Field Documentation
$config = null [protected] |
The documentation for this class was generated from the following file: