ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class ilChatroomTabGUIFactory. More...
Static Public Member Functions | |
static | convertUnderscoreCaseToLowerCamelCaseConversion ($value, $upper_case_first=FALSE) |
Convert a value given in underscore case conversion to lower camel case conversion (e.g. More... | |
static | convertLowerCamelCaseToUnderscoreCaseConversion ($value) |
Convert a value given in lower camel case conversion to underscore case conversion (e.g. More... | |
Private Member Functions | |
getLabel ($tabDefinition, $id) | |
Returns label for tab by $tabDefinition or $id. More... | |
Private Attributes | |
$gui | |
$lng | |
Class ilChatroomTabGUIFactory.
Definition at line 11 of file class.ilChatroomTabGUIFactory.php.
|
static |
Convert a value given in lower camel case conversion to underscore case conversion (e.g.
MyClass to my_class)
string | $value | Value in lower camel case conversion |
Definition at line 197 of file class.ilChatroomTabGUIFactory.php.
References $config, ilTabsGUI\addSubTab(), ilTabsGUI\addTab(), ilChatroom\checkUserPermissions(), and getLabel().
Referenced by convertUnderscoreCaseToLowerCamelCaseConversion(), and getLabel().
|
static |
Convert a value given in underscore case conversion to lower camel case conversion (e.g.
my_class to MyClass)
string | $value | Value in underscore case conversion |
boolean | $upper_case_first | If TRUE first character in upper case, lower case if FALSE |
Definition at line 47 of file class.ilChatroomTabGUIFactory.php.
References $config, $ilCtrl, ilObject\_getAllReferences(), ilObject\_getObjectsByType(), array, and convertLowerCamelCaseToUnderscoreCaseConversion().
|
private |
Returns label for tab by $tabDefinition or $id.
array | $tabDefinition | |
string | $id |
Definition at line 262 of file class.ilChatroomTabGUIFactory.php.
References $config, $ilCtrl, array, ilChatroom\byObjectId(), and convertLowerCamelCaseToUnderscoreCaseConversion().
Referenced by convertLowerCamelCaseToUnderscoreCaseConversion().
|
private |
Definition at line 16 of file class.ilChatroomTabGUIFactory.php.
|
private |
Definition at line 21 of file class.ilChatroomTabGUIFactory.php.