|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
See bug discussion 24472. More...
Collaboration diagram for ilObjectGUIFactory:Public Member Functions | |
| __construct (ilObjectDefinition $obj_definition=null, ilDBInterface $db=null) | |
| Constructor. More... | |
| getInstanceByRefId ($a_ref_id) | |
| Get ilObj...GUI instance by reference id. More... | |
Protected Attributes | |
| $obj_definition | |
| $db | |
See bug discussion 24472.
Do not use this class yet. This might need a general factory interface first.
This could be moved to $DIC->object() service asap.
Definition at line 16 of file class.ilObjectGUIFactory.php.
| ilObjectGUIFactory::__construct | ( | ilObjectDefinition | $obj_definition = null, |
| ilDBInterface | $db = null |
||
| ) |
Constructor.
| ilObjectDefinition | null | $obj_definition | |
| ilDBInterface | null | $db |
Definition at line 33 of file class.ilObjectGUIFactory.php.
References $db, $DIC, and $obj_definition.
| ilObjectGUIFactory::getInstanceByRefId | ( | $a_ref_id | ) |
Get ilObj...GUI instance by reference id.
| $a_ref_id |
| ilObjectException | |
| ilObjectNotFoundException |
Definition at line 57 of file class.ilObjectGUIFactory.php.
References $db, $location, and $obj_definition.
|
protected |
Definition at line 26 of file class.ilObjectGUIFactory.php.
Referenced by __construct(), and getInstanceByRefId().
|
protected |
Definition at line 21 of file class.ilObjectGUIFactory.php.
Referenced by __construct(), and getInstanceByRefId().