projects
/
WP-Plugins
/
glm-member-db.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
42b421672a2319467b077f66d1687f823175ae08
[WP-Plugins/glm-member-db.git]
/
1
<?php
2
namespace PayPal\Handler;
3
interface IPPHandler {
4
/**
5
*
6
* @param PPHttpConfig $httpConfig
7
* @param PPRequest $request
8
*/
9
public function handle($httpConfig, $request, $options);
10
}