3 declare(strict_types=1);
    21 require_once(
"./Services/Object/classes/class.ilObjectFactory.php");
    37         if (self::$instance === null) {
    38             self::$instance = 
new self();
    40         return self::$instance;
 
static getInstanceByRefId(int $ref_id, bool $stop_on_error=true)
get an instance of an Ilias object by reference id 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static ilObjectFactoryWrapper $instance
 
getInstanceByRefId(int $ref_id, bool $stop_on_error=true)