1 | <?php |
||
7 | class DataslangApi { |
||
8 | |||
9 | const BASE_URI = 'http://api.dataslang.com'; |
||
10 | |||
11 | private $client = null; |
||
12 | private $settings = array(); |
||
13 | private $timeout = 2.0; |
||
14 | |||
15 | public function __construct(){ |
||
19 | |||
20 | public function validate($xml, $xsd){ |
||
50 | |||
51 | private function initSettings(){ |
||
55 | |||
56 | public function setTimeout($timeout){ |
||
59 | |||
60 | public function getTimeout(){ |
||
63 | |||
64 | public function getBaseUri(){ |
||
67 | |||
68 | } |
||
69 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.