<?php spl_autoload_register(?callable $callback = null, bool $throw = true, bool $prepend = false): bool
<?php protected function prependToLoaderStack() { spl_autoload_register([$this, 'load'], true, true); }