PHPSA\AliasManager::__construct PHP Méthode

__construct() public méthode

public __construct ( string | null $namespace = null )
$namespace string | null
    public function __construct($namespace = null)
    {
        $this->namespace = $namespace;
    }