File manager - Edit - /var/www/payraty/helpdesk/vendor/jetbrains/phpstorm-stubs/tests/Tools/ModelAutoloader.php
Back
<?php namespace StubTests\Tools; class ModelAutoloader { public static function register() { spl_autoload_register(function ($class) { $file = str_replace(['StubTests\\', '\\'], DIRECTORY_SEPARATOR, $class) . '.php'; $file = __DIR__ . '/../' . $file; if (file_exists($file)) { require $file; return true; } return false; }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings