Pop\Loader\Autoloader::__construct PHP Méthode

__construct() public méthode

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