Add Uri::buildUrl() method

Builds url with given root url and parts of url
This commit is contained in:
Meritoo
2019-08-28 16:01:27 +02:00
parent 891411e231
commit f7a8da0550
10 changed files with 140 additions and 2 deletions

View File

@@ -344,6 +344,7 @@ $asString = (string)$version; // "1.0.2"
5. [Static methods](Static-methods.md)
1. [Arrays](Static-methods/Arrays.md)
2. [Regex](Static-methods/Regex.md)
3. [Uri](Static-methods/Uri.md)
6. [**Value Objects**](Value-Objects.md)
[‹ Back to `Readme`](../README.md)