PHP Class Phergie_Plugin_Url_Shorten_Isgd, phergie

Author: Phergie Development Team ([email protected])
Inheritance: extends Phergie_Plugin_Url_Shorten_Abstract
Mostra file Open project: phergie/phergie

Protected Properties

Property Type Description
$minimumLength integer is.gd says their URL will most likely never be longer than 18 characters

Protected Methods

Method Description
getRequestParams ( string $url ) : array Returns an array of request parameters given a url to shorten. The following keys are valid request parameters:
onComplete ( Phergie_Plugin_Http_Response $response ) : string | boolean Callback for when the URL has been shortened. Checks for error messages.

Method Details

getRequestParams() protected method

Returns an array of request parameters given a url to shorten. The following keys are valid request parameters:
protected getRequestParams ( string $url ) : array
$url string the url to shorten
return array the request parameters

onComplete() protected method

Callback for when the URL has been shortened. Checks for error messages.
protected onComplete ( Phergie_Plugin_Http_Response $response ) : string | boolean
$response Phergie_Plugin_Http_Response the response object
return string | boolean the shortened url or false on failure

Property Details

$minimumLength protected_oe property

is.gd says their URL will most likely never be longer than 18 characters
protected int $minimumLength
return integer