PHPSA\AliasManager::__construct PHP Method

__construct() public method

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