Exemplo n.º 1
0
 /**
  *
  */
 protected function wait()
 {
     Cerberus::msleep(self::TIME);
 }
Exemplo n.º 2
0
 /**
  * @param string $param
  * @return mixed
  */
 public function topic($param)
 {
     $topic = $this->getActions()->topic($_SESSION['channel'], $param);
     Cerberus::msleep(2000);
     $status = $this->getDb()->getStatus([403, 442, 482]);
     if ($status !== null) {
         return $status;
     }
     return $topic;
 }