19 declare(strict_types=1);
31 $modification_class = get_class($modification);
32 $closure_file =
'Unknown';
36 $reflection = new \ReflectionFunction($closure);
37 $closure_file = $reflection->getClosureScopeClass()->getName();
38 $closure_line = $reflection->getStartLine();
43 "Invalid modification %s in %s (Line %s). %s",
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(LayoutModification $modification, $message="")
__construct(Container $dic, ilPlugin $plugin)
Class LayoutModification.