PHP Class Horde_Service_UrlShortener_Base, horde

Author: Michael J Rubinsky ([email protected])
ファイルを表示 Open project: horde/horde

Protected Properties

Property Type Description
$_http Horde_Http_Client
$_params array

Public Methods

Method Description
__construct ( Horde_Http_Client $http, array $params = [] ) : Horde_UrlShorten Constructor
shorten ( $url )

Method Details

__construct() public method

Constructor
public __construct ( Horde_Http_Client $http, array $params = [] ) : Horde_UrlShorten
$http Horde_Http_Client [description]
$params array = array() [description]
return Horde_UrlShorten

shorten() abstract public method

abstract public shorten ( $url )

Property Details

$_http protected_oe property

protected Horde_Http_Client $_http
return Horde_Http_Client

$_params protected_oe property

protected array $_params
return array