diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-12-03 01:35:14 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2019-01-12 22:47:48 +0100 |
commit | fe3713d2e5c91e2d07af72b39f321521d3dd470c (patch) | |
tree | 57483da08544bb6c5f5b43307c49b5b1da76d026 /application | |
parent | 6696729b88e67504fdd333cbaab43a63c3617d86 (diff) | |
download | Shaarli-fe3713d2e5c91e2d07af72b39f321521d3dd470c.tar.gz Shaarli-fe3713d2e5c91e2d07af72b39f321521d3dd470c.tar.zst Shaarli-fe3713d2e5c91e2d07af72b39f321521d3dd470c.zip |
namespacing: move LinkUtils along \Shaarli\Bookmark classes
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'application')
-rw-r--r-- | application/bookmark/LinkUtils.php (renamed from application/LinkUtils.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/LinkUtils.php b/application/bookmark/LinkUtils.php index b5110edc..de5b61cb 100644 --- a/application/LinkUtils.php +++ b/application/bookmark/LinkUtils.php | |||
@@ -7,7 +7,7 @@ use Shaarli\Bookmark\LinkDB; | |||
7 | * | 7 | * |
8 | * @param string $charset to extract from the downloaded page (reference) | 8 | * @param string $charset to extract from the downloaded page (reference) |
9 | * @param string $title to extract from the downloaded page (reference) | 9 | * @param string $title to extract from the downloaded page (reference) |
10 | * @param string $curlGetInfo Optionnaly overrides curl_getinfo function | 10 | * @param string $curlGetInfo Optionally overrides curl_getinfo function |
11 | * | 11 | * |
12 | * @return Closure | 12 | * @return Closure |
13 | */ | 13 | */ |
@@ -198,7 +198,7 @@ function space2nbsp($text) | |||
198 | * | 198 | * |
199 | * @param string $description shaare's description. | 199 | * @param string $description shaare's description. |
200 | * @param string $redirector if a redirector is set, use it to gerenate links. | 200 | * @param string $redirector if a redirector is set, use it to gerenate links. |
201 | * @param bool $urlEncode Use `urlencode()` on the URL after the redirector or not. | 201 | * @param bool $urlEncode Use `urlencode()` on the URL after the redirector or not. |
202 | * @param string $indexUrl URL to Shaarli's index. | 202 | * @param string $indexUrl URL to Shaarli's index. |
203 | 203 | ||
204 | * @return string formatted description. | 204 | * @return string formatted description. |