Subversion Repositories oidplus

Rev

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

Rev 1000 Rev 1130
Line 54... Line 54...
54
	public function afterObjectInsert($id, &$params);
54
	public function afterObjectInsert($id, &$params);
55
}
55
}
56
 
56
 
57
Interface <1.3.6.1.4.1.37476.2.5.2.3.4> {
57
Interface <1.3.6.1.4.1.37476.2.5.2.3.4> {
58
	// called by plugin publicPages/100_whois
58
	// called by plugin publicPages/100_whois
59
	public function whoisObjectAttributes($id, &$out);
59
	public function whoisObjectAttributes(string $id, array &$out);
60
	public function whoisRaAttributes($email, &$out);
60
	public function whoisRaAttributes(string $email, array &$out);
61
}
61
}
62
 
62
 
63
Interface <1.3.6.1.4.1.37476.2.5.2.3.5> {
63
Interface <1.3.6.1.4.1.37476.2.5.2.3.5> {
64
	// called by plugin publicPages/090_login
64
	// called by plugin publicPages/090_login
65
	public function alternativeLoginMethods();
65
	public function alternativeLoginMethods();