Phrozn\Autoloader::__construct PHP 메소드

__construct() 개인적인 메소드

Setup autoloader.
private __construct ( ) : void
리턴 void
    private function __construct()
    {
        $loader = $this->getLoader();
        $this->loader = $loader;
    }