Stud.IP
2.0 Revision 48548
|
Public Member Functions | |
ConnectedLink ($cms) | |
getNewAccountLink () | |
getUserModuleLinks () | |
getAdminModuleLinks () | |
getNewModuleLink () | |
getStartpageLink () |
Data Fields | |
$cms_type | |
$cms_link |
ConnectedLink | ( | $cms | ) |
constructor
init class. don't call directly, class is loaded by ConnectedCMS. public
string | $cms | system-type |
getAdminModuleLinks | ( | ) |
get module-links for admin
returns links to remove or add module to object public
Reimplemented in PmWikiConnectedLink, Ilias3ConnectedLink, and Ilias4ConnectedLink.
getNewAccountLink | ( | ) |
get link to create new account
returns link to create new user-account public
getNewModuleLink | ( | ) |
get new module link
dummy-method. returns false. must be overwritten by subclass. public
Reimplemented in Ilias3ConnectedLink.
getStartpageLink | ( | ) |
get start page link
dummy-method. returns false. must be overwritten by subclass. public
getUserModuleLinks | ( | ) |
get module-links for user
dummy-method. returns false. must be overwritten by subclass. public
Reimplemented in PmWikiConnectedLink, and Ilias3ConnectedLink.
$cms_link |
$cms_type |