Subversion Repositories oidplus

Rev

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

Rev 951 Rev 1000
Line 72... Line 72...
72
 
72
 
73
Interface <1.3.6.1.4.1.37476.2.5.2.3.7> {
73
Interface <1.3.6.1.4.1.37476.2.5.2.3.7> {
74
	// called by publicPages/000_objects
74
	// called by publicPages/000_objects
75
	public function getAlternativesForQuery($id);
75
	public function getAlternativesForQuery($id);
76
}
76
}
-
 
77
 
-
 
78
Interface <1.3.6.1.4.1.37476.2.5.2.3.8> {
-
 
79
	// called by raPages/010_notifications
-
 
80
	// called by adminPages/010_notifications
-
 
81
	public function getNotifications($user=null); // return array of array($severity, $htmlMessage)
-
 
82
}