Exemplo n.º 1
0
 /**
  *
  * @return int
  */
 public function getAjaxDelay()
 {
     $result = parent::getAjaxDelay();
     return $result > 100 && $result < 10000 ? $result : 500;
 }