Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Simpy_LinkSet Class Reference

Public Member Functions

 __construct (DOMDocument $doc)
 getIterator ()
 getLength ()

Protected Attributes

 $_links

Detailed Description

Definition at line 38 of file LinkSet.php.


Constructor & Destructor Documentation

__construct ( DOMDocument $  doc)

Constructor to initialize the object with data

Parameters:
DOMDocument$docParsed response from a GetLinks operation
Returns:
void

Definition at line 53 of file LinkSet.php.


Member Function Documentation

Returns an iterator for the link set

Returns:
ArrayIterator

Definition at line 69 of file LinkSet.php.

getLength ( )

Returns the number of links in the set

Returns:
int

Definition at line 79 of file LinkSet.php.


Field Documentation

$_links [protected]

Definition at line 45 of file LinkSet.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations