Phpro\SoapClient\Soap\ClassMap\ClassMap::__construct PHP Method

__construct() public method

public __construct ( $wsdlType, $phpClassName )
$wsdlType
$phpClassName
    public function __construct($wsdlType, $phpClassName)
    {
        $this->wsdlType = $wsdlType;
        $this->phpClassName = $phpClassName;
    }