Excerpt |
---|
The UrlShortener URL Shortener plugin provides an overview of all defined short URLs for articles and allows for editing or deleting them. |
...
Code Block | ||||
---|---|---|---|---|
| ||||
$coll = new cApiShortUrlCollection(); /** @var cApiShortUrl */ $item = $coll->create($uri, $idart, $idlang, $idclient); |
...