Installer\Prefix\Prefix::__construct PHP Method

__construct() public method

public __construct ( $prefix, $path )
    public function __construct($prefix, $path)
    {
        $this->prefix = (string) $prefix;
        $this->path = (string) $path;
    }