ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Go to the source code of this file.
Namespaces | |
namespace | SimpleSAMLphp |
Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes. | |
Functions | |
temporaryLoader ($class) | |
This temporary autoloader allows loading classes with their old-style names (SimpleSAML_Path_Something) even if they have been migrated to namespaces, by registering an alias for the new class. More... | |
temporaryLoader | ( | $class | ) |
This temporary autoloader allows loading classes with their old-style names (SimpleSAML_Path_Something) even if they have been migrated to namespaces, by registering an alias for the new class.
If the class has not yet been migrated, the autoloader will then try to load it.
string | $class | The full name of the class using underscores to separate the elements of the path, and starting with 'SimpleSAML_'. |
Definition at line 20 of file _autoload_modules.php.
References $file, $new, $path, and SimpleSAML\Logger\warning().