29 public static function getInstance(
31 mixed $primary_key = 0,
32 array $additional_arguments = []
35 if ($reflectionClass->isInstantiable()) {
37 $obj = $reflectionClass->newInstanceArgs(array_merge([$primary_key], $additional_arguments));
38 if (empty($primary_key)) {
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...