Beispiel #1
0
 public function update()
 {
     $this->setItems(array(array("title" => "memory : " . $this->convert(memory_get_usage()), "bold" => false), array("title" => "timer : " . World::getInstance()->getTimer()->getTick(), "bold" => false)));
     $this->setChanged(true);
 }