Subversion Repositories oidplus

Rev

Rev 1131 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1131 Rev 1180
Line 25... Line 25...
25
 
25
 
26
interface INTF_OID_1_3_6_1_4_1_37476_2_5_2_3_8 {
26
interface INTF_OID_1_3_6_1_4_1_37476_2_5_2_3_8 {
27
 
27
 
28
        /**
28
        /**
29
         * @param string|null $user
29
         * @param string|null $user
30
         * @return array  returns array of array($severity, $htmlMessage)
30
         * @return array  returns array of array($severity, $htmlMessage) where severity can be OK|INFO|WARN|ERR|CRIT.
31
         */
31
         */
32
        public function getNotifications(string $user=null): array;
32
        public function getNotifications(string $user=null): array;
33
 
33
 
34
}
34
}