Property | Type | Description | |
---|---|---|---|
$_facebook | Horde_Service_Facebook | ||
$_http | Horde_Http_Client | ||
$_method | string | The current method being processed. | |
$_params | array | The method parameters for the current method call. |
Method | Description | |
---|---|---|
__construct ( Horde_Service_Facebook $facebook, string $method, array $params = [] ) | Const'r | |
run ( ) : array | Run this request and return the data. | |
upload ( array $options = [] ) | Perform a multipart/form-data upload. |
public __construct ( Horde_Service_Facebook $facebook, string $method, array $params = [] ) | ||
Horde_Service_Facebook | ||
$method | string | |
$params | array |
protected Horde_Service_Facebook $_facebook | ||
return | Horde_Service_Facebook |
protected string $_method | ||
return | string |
protected array $_params | ||
return | array |