Returns the Configuration of this Modul as Array.
Returns the translated description of this Modul.
Get the Full URL of the Modul. This is the URL to the Moduls PHP File.
API Tags:
| Return: | the full qualified URL to the File |
Get the Unique ID of this Modul.
API Tags:
| Return: | the ID of this Modul |
Returns the translated name of this module.
If you want to have the Name in a different language, call
loadTranslation($locale)
before.
Get the Path to this Modul.
Returns the translated title of this Modul.
Returns the moduls ResourceBundle.
Added with 2.5.
Parameters:
API Tags:
Returns the version of this Modul or MODUL_DEFAULT_VERSION
Returns whether this Modul is activated for the current Community or not.
API Tags:
| Return: | whether this Modul can be used in Menus or not |
Checks if the actual User is a potential Modul Admin.
This check depends on a Functional right check!
Returns whether this Modul is translated.
If it is translated, the Language File "translation" will be automatically loaded into the Global Namespace.
void translate(
$key, [
$fallback = null]
)
|
|
Get a translation from the Moduls own translation.
Parameters: