Property | Type | Description | |
---|---|---|---|
$minimumLength | integer | Gsc URLs will most likely never be longer than 18 characters |
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. |
protected getRequestParams ( string $url ) : array | ||
$url | string | the url to shorten |
return | array | the request parameters |
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 |
protected int $minimumLength | ||
return | integer |