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