From b879f0fcc8651b49ae46a6db64d7eb1a27c7af1a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 20 Aug 2010 15:39:56 -0300 Subject: Adding generated docs --- doc/html/classIsisFinder.html | 245 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 doc/html/classIsisFinder.html (limited to 'doc/html/classIsisFinder.html') diff --git a/doc/html/classIsisFinder.html b/doc/html/classIsisFinder.html new file mode 100644 index 0000000..d6ad631 --- /dev/null +++ b/doc/html/classIsisFinder.html @@ -0,0 +1,245 @@ + + + + + +Cinisis Database Reader: IsisFinder Class Reference + + + + + + + + + +
+

IsisFinder Class Reference

+Inheritance diagram for IsisFinder:
+
+
+ + +IsisConnector +IsisMap +IsisReader +IsisAudit + +
+
+ +

List of all members.

+ + + + + + +

Public Member Functions

 nextRepetition ($field, $entry=1)
 nextField ($field, $entry=1)
 nextSubfield ($field, $subfield, $entry=1)
 hasSubfieldInRows ($field, $subfield)
+

Detailed Description

+

Provides Isis Database search methods.

+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
IsisFinder::hasSubfieldInRows ( field,
subfield 
)
+
+
+

Check if a field result has a given subfield.

+
Parameters:
+ + + +
$field Field data.
$subfield Subfield.
+
+
+
Returns:
True if result has the subfield, false otherwise.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
IsisFinder::nextField ( field,
entry = 1 
)
+
+
+

Find the next occurrence of a field.

+
Parameters:
+ + + +
$entry Start entry number to begin the search.
$field Field data.
+
+
+
Returns:
Next occurrence.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
IsisFinder::nextRepetition ( field,
entry = 1 
)
+
+
+

Find the next repetition of a field.

+
Parameters:
+ + + +
$entry Start entry number to begin the search.
$field Field data.
+
+
+
Returns:
Next repetition entry and result.
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
IsisFinder::nextSubfield ( field,
subfield,
entry = 1 
)
+
+
+

Find the next occurrence of a subfield.

+
Parameters:
+ + + + +
$entry Start entry number to begin the search.
$field Field data.
$subfield Subfield name.
+
+
+
Returns:
Next occurrence.
+ +
+
+
The documentation for this class was generated from the following file: +
+ +
+ All Classes Functions Variables
+ + +
+ +
+ +
Generated on Fri Aug 20 15:38:20 2010 for Cinisis Database Reader by  + +doxygen 1.6.3
+ + -- cgit v1.2.3