Esempio n. 1
0
 function countAlertsNotHandled($level = null, $tag = null)
 {
     $alert = new CAlert();
     $alert->handled = "0";
     $alert->setObject($this);
     $alert->level = $level;
     $alert->tag = $tag;
     return $this->_count_alerts_not_handled = $alert->countMatchingList();
 }