| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilObjectFactoryWrapper:Public Member Functions | |
| getInstanceByRefId (int $ref_id, bool $stop_on_error=true) | |
Static Public Member Functions | |
| static | singleton () | 
Static Public Attributes | |
| static ilObjectFactoryWrapper | $instance = null | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilObjectFactoryWrapper.
Wraps around static class ilObjectFactory to make the object factory exchangeable in ilObjStudyProgramm for testing purpose.
Definition at line 29 of file class.ilObjectFactoryWrapper.php.
| ilObjectFactoryWrapper::getInstanceByRefId | ( | int | $ref_id, | 
| bool | $stop_on_error = true  | 
        ||
| ) | 
Definition at line 41 of file class.ilObjectFactoryWrapper.php.
References ilObjectFactory\getInstanceByRefId().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 33 of file class.ilObjectFactoryWrapper.php.
Referenced by ilObjStudyProgramme\__construct().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 31 of file class.ilObjectFactoryWrapper.php.