Contao\ClassLoader::register PHP 메소드

register() 공개 정적인 메소드

Register the autoloader
public static register ( )
    public static function register()
    {
        spl_autoload_register('ClassLoader::load');
    }