1 | <?php |
||
5 | class GeneratorSoapClient extends AbstractGeneratorAware |
||
6 | { |
||
7 | /** |
||
8 | * @var SoapClient |
||
9 | */ |
||
10 | protected $soapClient; |
||
11 | /** |
||
12 | * @see \WsdlToPhp\PackageGenerator\Generator\AbstractGeneratorAware::__construct() |
||
13 | */ |
||
14 | 408 | public function __construct(Generator $generator) |
|
19 | /** |
||
20 | * @throws \InvalidArgumentException |
||
21 | * @return GeneratorSoapClient |
||
22 | */ |
||
23 | 416 | public function initSoapClient() |
|
36 | /** |
||
37 | * @param int SOAP_1_1|SOAP_1_2 |
||
38 | * @return string[] |
||
39 | */ |
||
40 | 416 | public function getSoapClientOptions($soapVersion) |
|
53 | /** |
||
54 | * @param SoapClient $soapClient |
||
55 | * @return GeneratorSoapClient |
||
56 | */ |
||
57 | 412 | public function setSoapClient(SoapClient $soapClient) |
|
62 | /** |
||
63 | * @return SoapClient |
||
64 | */ |
||
65 | 392 | public function getSoapClient() |
|
69 | /** |
||
70 | * @return array |
||
71 | */ |
||
72 | 12 | public function getSoapClientStreamContextOptions() |
|
81 | } |
||
82 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.