Searched refs:shortUrl (Results 1 – 2 of 2) sorted by relevance
81 $shortUrl = $shorty->getShortUrl($ID, $data);82 if ($shortUrl != false) {83 $renderer->doc .= $renderer->externallink($shortUrl);
30 * @param string $shortUrl The short URL, including the protocol.36 public function get($shortUrl, $optParams = array()) { argument37 $params = array('shortUrl' => $shortUrl);