function toString()
 {
     if (!$this->enabled) {
         return parent::toString();
     } else {
         return "<a href=\"" . $this->url . "\" class=\"command\">" . $this->text . "</a>";
     }
 }
Esempio n. 2
0
 public function toString()
 {
     return parent::toString() . " session=" . $this->session;
 }
Esempio n. 3
0
 public function toString()
 {
     return parent::toString() . " Ack for " . $this->getNameById($this->command_type) . ".";
 }
Esempio n. 4
0
 public function toString()
 {
     return parent::toString();
 }
Esempio n. 5
0
 public function toString()
 {
     return parent::toString() . " Failed command=" . $this->getNameById($this->which_command);
 }
Esempio n. 6
0
 public function toString()
 {
     return parent::toString() . " Failed command=" . $this->getNameById($this->which_command) . ". Message='" . $this->message . "'.";
 }
 public function toString()
 {
     return parent::toString() . " Filename=" . $this->filename . "." + ($this->start ? " Start flag set." : "");
 }
 public function toString()
 {
     return parent::toString() . " Available sesions: " . join(" ", $this->sessions) . ".";
 }
Esempio n. 9
0
 public function toString()
 {
     return parent::toString() . " Uptime=" . $this->uptime;
 }
Esempio n. 10
0
 public function toString()
 {
     return parent::toString() . " Context-id=" . $this->context_id . "." . ($this->allContexts ? " All contexts flag is set." : "");
 }
 public function toString()
 {
     return parent::toString() . " id=" . $this->id . ", status=" . $this->status;
 }
 public function toString()
 {
     return parent::toString() . " id=" . $this->id;
 }