Phpro\SoapClient\CodeGenerator\Config\Config::__construct PHP Метод

__construct() публичный Метод

Config constructor.
public __construct ( string $wsdl = '', string $destination = '' )
$wsdl string
$destination string
    public function __construct($wsdl = '', $destination = '')
    {
        $this->setWsdl($wsdl);
        $this->setDestination($destination);
        $this->ruleSet = new RuleSet([new Rules\AssembleRule(new Assembler\PropertyAssembler()), new Rules\AssembleRule(new Assembler\ClassMapAssembler())]);
    }