|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilChatroomObjectDefinition:Public Member Functions | |
| __construct ($moduleName, $moduleBasePath, $relativeClassPath='classes', $guiScope='') | |
| Sets class parameters using given parameters. More... | |
| hasGUI ($gui) | |
| Returns true if file exists. More... | |
| getGUIPath ($gui) | |
| Builds gui path using given $gui and returns it. More... | |
| getGUIClassName ($gui) | |
| Builds gui classname using given $gui and returns it. More... | |
| loadGUI ($gui) | |
| Requires file, whereby given $gui is used as parameter in getGUIPath method to build the filename of the file to required. More... | |
| buildGUI ($gui, ilChatroomObjectGUI $chatroomObjectGUI) | |
| Builds and returns new gui using given $gui and $gui. More... | |
Static Public Member Functions | |
| static | getDefaultDefinition ($moduleName) |
| Returns an Instance of ilChatroomObjectDefinition, using given $moduleName as parameter. More... | |
| static | getDefaultDefinitionWithCustomGUIPath ($moduleName, $guiScope='') |
| Returns an Instance of ilChatroomObjectDefinition, using given $moduleName and $guiScope as parameters. More... | |
Private Attributes | |
| $moduleName | |
| $moduleBasePath | |
| $relativeClassPath | |
| $guiScope | |
Definition at line 7 of file class.ilChatroomObjectDefinition.php.
| ilChatroomObjectDefinition::__construct | ( | $moduleName, | |
| $moduleBasePath, | |||
$relativeClassPath = 'classes', |
|||
$guiScope = '' |
|||
| ) |
Sets class parameters using given parameters.
| string | $moduleName | |
| string | $moduleBasePath | |
| string | $relativeClassPath | Optional. |
| string | $guiScope | Optional. |
Definition at line 41 of file class.ilChatroomObjectDefinition.php.
References $guiScope, $moduleBasePath, $moduleName, and $relativeClassPath.
| ilChatroomObjectDefinition::buildGUI | ( | $gui, | |
| ilChatroomObjectGUI | $chatroomObjectGUI | ||
| ) |
Builds and returns new gui using given $gui and $gui.
| string | $gui | |
| ilChatroomObjectGUI | $chatroomObjectGUI |
Definition at line 128 of file class.ilChatroomObjectDefinition.php.
References getGUIClassName().
Here is the call graph for this function:
|
static |
Returns an Instance of ilChatroomObjectDefinition, using given $moduleName as parameter.
| string | $moduleName |
Definition at line 55 of file class.ilChatroomObjectDefinition.php.
References $moduleName.
Referenced by ilObjChatroomGUI\getObjectDefinition().
Here is the caller graph for this function:
|
static |
Returns an Instance of ilChatroomObjectDefinition, using given $moduleName and $guiScope as parameters.
| string | $moduleName | |
| string | $guiScope | Optional. 'admin' or ''. Default '' |
Definition at line 69 of file class.ilChatroomObjectDefinition.php.
References $guiScope, and $moduleName.
Referenced by ilObjChatroomAdminGUI\getObjectDefinition().
Here is the caller graph for this function:| ilChatroomObjectDefinition::getGUIClassName | ( | $gui | ) |
Builds gui classname using given $gui and returns it.
| string | $gui |
Definition at line 107 of file class.ilChatroomObjectDefinition.php.
Referenced by buildGUI(), and getGUIPath().
Here is the caller graph for this function:| ilChatroomObjectDefinition::getGUIPath | ( | $gui | ) |
Builds gui path using given $gui and returns it.
| string | $gui |
Definition at line 96 of file class.ilChatroomObjectDefinition.php.
References getGUIClassName().
Referenced by hasGUI(), and loadGUI().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomObjectDefinition::hasGUI | ( | $gui | ) |
Returns true if file exists.
| string | $gui |
Definition at line 86 of file class.ilChatroomObjectDefinition.php.
References getGUIPath().
Here is the call graph for this function:| ilChatroomObjectDefinition::loadGUI | ( | $gui | ) |
Requires file, whereby given $gui is used as parameter in getGUIPath method to build the filename of the file to required.
| string | $gui |
Definition at line 117 of file class.ilChatroomObjectDefinition.php.
References getGUIPath().
Here is the call graph for this function:
|
private |
Definition at line 32 of file class.ilChatroomObjectDefinition.php.
Referenced by __construct(), and getDefaultDefinitionWithCustomGUIPath().
|
private |
Definition at line 19 of file class.ilChatroomObjectDefinition.php.
Referenced by __construct().
|
private |
Definition at line 13 of file class.ilChatroomObjectDefinition.php.
Referenced by __construct(), getDefaultDefinition(), and getDefaultDefinitionWithCustomGUIPath().
|
private |
Definition at line 25 of file class.ilChatroomObjectDefinition.php.
Referenced by __construct().