Home
last modified time | relevance | path

Searched refs:shortUrl (Results 1 – 2 of 2) sorted by relevance

/plugin/shorty/
H A Dsyntax.php81 $shortUrl = $shorty->getShortUrl($ID, $data);
82 if ($shortUrl != false) {
83 $renderer->doc .= $renderer->externallink($shortUrl);
/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php30 * @param string $shortUrl The short URL, including the protocol.
36 public function get($shortUrl, $optParams = array()) { argument
37 $params = array('shortUrl' => $shortUrl);