Esempio n. 1
0
 public static function getRules()
 {
     $notify = new Notifier();
     $notify->init();
     return array('admin' => $notify->_adminRules, 'user' => $notify->_userRules);
 }