There is at least one abstract method in this class. Maybe declare it as abstract, or implement the remaining methods: addParams, getHeaders, getParams, getPostRequestEncoding, setAction, setHeaders, setParam, setParams
Loading history...
8
9
/**
10
* @param string $action The API action.
11
* @param array $params The parameters for the action.
12
* @param array $headers Any extra HTTP headers to send.
13
*
14
* @throws InvalidArgumentException
15
*/
16
public function __construct( string $action, array $params = [], array $headers = [] ) {