Installer\Nspace\Nspace::__construct PHP Method

__construct() public method

public __construct ( $ns, $path )
    public function __construct($ns, $path)
    {
        $this->ns = (string) str_replace('\\', '\\\\', $ns);
        if (!is_array($path)) {
            $path = (array) $path;
        }
        $this->path = $path;
    }