Pop\Loader\Autoloader::__construct PHP Method

__construct() public method

Instantiate the archive object
public __construct ( boolean $self = true ) : Autoloader
$self boolean
return Autoloader
    public function __construct($self = true)
    {
        if ($self) {
            $this->register('Pop', __DIR__ . '/../../');
        }
    }