Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
class {class_name} extends SOAPClient
2
{
3
    public function __construct($wsdl, array $options)
4
    {
5
        parent::__construct('{wsdl}');
6
    }
7
{methods}}