TeamSpeak 3 PHP Framework  1.1.12
TeamSpeak3_Viewer_Interface Class Reference

Interface class describing a TeamSpeak 3 viewer. More...

Inheritance diagram for TeamSpeak3_Viewer_Interface:
TeamSpeak3_Viewer_Html TeamSpeak3_Viewer_Text

List of all members.

Public Member Functions

 fetchObject (TeamSpeak3_Node_Abstract $node, array $siblings=array())
 Returns the code needed to display a node in a TeamSpeak 3 viewer.

Detailed Description

Interface class describing a TeamSpeak 3 viewer.

Definition at line 32 of file Interface.php.


Member Function Documentation

TeamSpeak3_Viewer_Interface::fetchObject ( TeamSpeak3_Node_Abstract node,
array $  siblings = array() 
)

Returns the code needed to display a node in a TeamSpeak 3 viewer.

Parameters:
TeamSpeak3_Node_Abstract$node
array$siblings
Returns:
string

Reimplemented in TeamSpeak3_Viewer_Html, and TeamSpeak3_Viewer_Text.

Referenced by TeamSpeak3_Node_Abstract\getViewer().


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables