PPI\Framework\Autoload::register PHP Method

register() public static method

Register the autoloader namespaces or prefixes thus far.
public static register ( )
    public static function register()
    {
        self::$_options['loader']->register();
    }