Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class Track extends SoapClientBase |
||
16 | { |
||
17 | /** |
||
18 | * Method to call the operation originally named track |
||
19 | * @uses SoapClientBase::getSoapClient() |
||
20 | * @uses SoapClientBase::setResult() |
||
21 | * @uses SoapClientBase::saveLastError() |
||
22 | * @param \ColissimoTracking\StructType\Track $parameters |
||
23 | * @return \ColissimoTracking\StructType\TrackResponse|bool |
||
24 | */ |
||
25 | public function track(\ColissimoTracking\StructType\Track $parameters) |
||
37 | } |
||
38 | } |
||
39 | /** |
||
40 | * Returns the result |
||
41 | * @see SoapClientBase::getResult() |
||
42 | * @return \ColissimoTracking\StructType\TrackResponse |
||
43 | */ |
||
44 | public function getResult() |
||
49 |