Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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
languagephp
linenumberstrue
$coll = new cApiShortUrlCollection();

/** @var cApiShortUrl */ 
$item = $coll->create($uri, $idart, $idlang, $idclient);

...