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

Public Member Functions

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

Protected Attributes

 $_tags

Detailed Description

Definition at line 38 of file TagSet.php.


Constructor & Destructor Documentation

__construct ( DOMDocument $  doc)

Constructor to initialize the object with data

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

Definition at line 53 of file TagSet.php.


Member Function Documentation

Returns an iterator for the tag set

Returns:
ArrayIterator

Definition at line 69 of file TagSet.php.

getLength ( )

Returns the number of tags in the set

Returns:
int

Definition at line 79 of file TagSet.php.


Field Documentation

$_tags [protected]

Definition at line 45 of file TagSet.php.


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