Ejemplo n.º 1
0
 /**
  * Returns a HTML img tag which can be used to display the status icon for a
  * TeamSpeak_Node_Abstract object.
  *
  * @return string
  */
 protected function getCorpusIcon()
 {
     if ($this->currObj instanceof TeamSpeak3_Node_Channel && $this->currObj->isSpacer()) {
         return;
     }
     return $this->getImage($this->currObj->getIcon() . ".png");
 }