category Zend
package Zend_Service_ShortUrl
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_Abstract

 Methods

Gets the HTTP client object.

getHttpClient() : \Zend_Http_Client
InheritedStatic

Returns

\Zend_Http_Client

Sets the HTTP client object to use for retrieving the feeds. If none is set, the default Zend_Http_Client will be used.

setHttpClient(\Zend_Http_Client $httpClient) 
InheritedStatic

Parameters

$httpClient

\Zend_Http_Client

Checks whether URL to be shortened is valid

_validateUri(string $url) 

Parameters

$url

string

Exceptions

\Zend_Service_ShortUrl_Exception When URL is not valid

Verifies that the URL has been shortened by this service

_verifyBaseUri(string $shortenedUrl) 

Parameters

$shortenedUrl

string

Exceptions

\Zend_Service_ShortUrl_Exception If the URL hasn't been shortened by this service

 Properties

 

Base URI of the service

$_baseUri : string

Default

null
 

HTTP Client used to query all web services

$_httpClient : \Zend_Http_Client

Default

null
Static