1 | <?php |
||
5 | class MWSFeeds |
||
6 | { |
||
7 | const VERSION = '2009-01-01'; |
||
8 | |||
9 | protected $client; |
||
10 | protected $content; |
||
11 | protected $type; |
||
12 | |||
13 | public function __construct(MWSClient $client) |
||
17 | |||
18 | public function getContent() |
||
22 | |||
23 | public function setContent($content) |
||
28 | |||
29 | public function getType() |
||
33 | |||
34 | public function setType($type) |
||
39 | |||
40 | public function submit($purgeAndReplace = false, $amazonOrderId = null, $documentType = null) |
||
54 | |||
55 | protected function parseResponse($response) |
||
65 | } |
||
66 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.