added possibility for special links on self service login

This commit is contained in:
Roland Gruber 2011-07-24 17:49:01 +00:00
parent 552761bbd6
commit 8d64de2d07
1 changed files with 13 additions and 0 deletions

View File

@ -1334,6 +1334,19 @@ abstract class baseModule {
return null;
}
/**
* This function creates meta HTML code to display the module specific page
* for the self service.
*
* @param selfServiceProfile $profile self service settings
* @return htmlElement meta HTML object
*
* @see htmlElement
*/
public function displaySpecialSelfServicePage($profile) {
return null;
}
/**
* Returns the {@link accountContainer} object.
*