|
| __construct (TeamSpeak3_Node_Server $server, array $info, $index="sgid") |
| The TeamSpeak3_Node_Servergroup constructor. More...
|
|
| __toString () |
| Returns a string representation of this node. More...
|
|
| clientAdd ($cldbid) |
| Adds a client to the server group specified. More...
|
|
| clientDel ($cldbid) |
| Removes a client from the server group. More...
|
|
| clientList () |
| Returns a list of clients assigned to the server group specified. More...
|
|
| copy ($name=null, $tsgid=0, $type=TeamSpeak3::GROUP_DBTYPE_REGULAR) |
| Creates a copy of the server group and returns the new groups ID. More...
|
|
| delete ($force=FALSE) |
| Deletes the server group. More...
|
|
| getIcon () |
| Returns the name of a possible icon to display the node object. More...
|
|
| getSymbol () |
| Returns a symbol representing the node. More...
|
|
| getUniqueId () |
| Returns a unique identifier for the node which can be used as a HTML property. More...
|
|
| iconDownload () |
| Downloads and returns the server groups icon file content. More...
|
|
| message ($msg) |
| Sends a text message to all clients residing in the server group on the virtual server. More...
|
|
| permAssign ($permid, $permvalue, $permnegated=FALSE, $permskip=FALSE) |
| Adds a set of specified permissions to the server group. More...
|
|
| permAssignByName ($permname, $permvalue, $permnegated=FALSE, $permskip=FALSE) |
| Alias for permAssign(). More...
|
|
| permList ($permsid=FALSE) |
| Returns a list of permissions assigned to the server group. More...
|
|
| permRemove ($permid) |
| Removes a set of specified permissions from the server group. More...
|
|
| permRemoveByName ($permname) |
| Alias for permRemove(). More...
|
|
| privilegeKeyCreate ($description=null, $customset=null) |
| Creates a new privilege key (token) for the server group and returns the key. More...
|
|
| rename ($name) |
| Renames the server group specified. More...
|
|
| tokenCreate ($description=null, $customset=null) |
| Alias for privilegeKeyCreate(). More...
|
|
| __call ($name, array $args) |
| Called whenever we're using an unknown method. More...
|
|
| __get ($offset) |
|
| __set ($offset, $value) |
|
| __sleep () |
| Commit pending data. More...
|
|
| __toString () |
| Returns a string representation of this node. More...
|
|
| count () |
|
| current () |
|
| execute ($cmd, array $params=array()) |
| Prepares and executes a ServerQuery command and returns the result. More...
|
|
| getChildren () |
|
| getClass ($prefix="ts3_") |
| Returns a possible classname for the node which can be used as a HTML property. More...
|
|
| getIcon () |
| Returns the name of a possible icon to display the node object. More...
|
|
| getId () |
| Returns the primary ID of the current node. More...
|
|
| getInfo ($extend=TRUE, $convert=FALSE) |
| Returns all information available on this node. More...
|
|
| getParent () |
| Returns the parent object of the current node. More...
|
|
| getProperty ($property, $default=null) |
| Returns the specified property or a pre-defined default value from the node info array. More...
|
|
| getSymbol () |
| Returns a symbol representing the node. More...
|
|
| getUniqueId () |
| Returns a unique identifier for the node which can be used as a HTML property. More...
|
|
| getViewer (TeamSpeak3_Viewer_Interface $viewer) |
| Returns the HTML code to display a TeamSpeak 3 viewer. More...
|
|
| hasChildren () |
|
| hasNext () |
|
| iconGetName ($key) |
| Returns the internal path of the node icon. More...
|
|
| iconIsLocal ($key) |
| Returns TRUE if the node icon has a local source. More...
|
|
| key () |
|
| next () |
|
| offsetExists ($offset) |
|
| offsetGet ($offset) |
|
| offsetSet ($offset, $value) |
|
| offsetUnset ($offset) |
|
| prepare ($cmd, array $params=array()) |
| Uses given parameters and returns a prepared ServerQuery command. More...
|
|
| request ($cmd, $throw=TRUE) |
| Sends a prepared command to the server and returns the result. More...
|
|
| rewind () |
|
| toArray () |
| Returns an assoc array filled with current node info properties. More...
|
|
| toString () |
| Returns a string representation of this node. More...
|
|
| valid () |
|
Class describing a TeamSpeak 3 server group and all it's parameters.