芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/public_html/wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php
* */ abstract class W3TCG_Google_Auth_Abstract { /** * An utility function that first calls $this->auth->sign($request) and then * executes makeRequest() on that signed request. Used for when a request * should be authenticated * @param W3TCG_Google_Http_Request $request * @return W3TCG_Google_Http_Request $request */ abstract public function authenticatedRequest(W3TCG_Google_Http_Request $request); abstract public function sign(W3TCG_Google_Http_Request $request); }