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

Public Member Functions

 __construct ($node)
 getTag ()
 getCount ()

Protected Attributes

 $_tag
 $_count

Detailed Description

Definition at line 32 of file Tag.php.


Constructor & Destructor Documentation

__construct ( node)

Constructor to initialize the object with data

Parameters:
DOMNode$nodeIndividual <tag> node from a parsed response from a GetTags operation
Returns:
void

Definition at line 55 of file Tag.php.


Member Function Documentation

getCount ( )

Returns the number of links with the tag

Returns:
int

Definition at line 77 of file Tag.php.

getTag ( )

Returns the name of the tag

Returns:
string

Definition at line 67 of file Tag.php.


Field Documentation

$_count [protected]

Definition at line 46 of file Tag.php.

$_tag [protected]

Definition at line 39 of file Tag.php.


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