Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 148 |
lars |
1 |
declare(strict_types=1);
|
|
|
2 |
|
|
|
3 |
{namespace}class {class_name} extends \SoapClient
|
|
|
4 |
{
|
|
|
5 |
public function __construct($wsdl, array $options)
|
|
|
6 |
{
|
|
|
7 |
parent::__construct('{wsdl}', $options);
|
|
|
8 |
}
|
|
|
9 |
{methods}}
|