PHP Class Horde_Service_UrlShortener_Base, horde

Author: Michael J Rubinsky ([email protected])
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_http Horde_Http_Client
$_params array

Méthodes publiques

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

Method Details

__construct() public méthode

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

shorten() abstract public méthode

abstract public shorten ( $url )

Property Details

$_http protected_oe property

protected Horde_Http_Client $_http
Résultat Horde_Http_Client

$_params protected_oe property

protected array $_params
Résultat array