ReportService::__construct PHP Метод

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

Constructor using wsdl location and options array
public __construct ( string $wsdl, array $options, $user )
$wsdl string WSDL location for this service
$options array Options for the SoapClient
        public function __construct($wsdl, $options, $user)
        {
            $options["classmap"] = self::$classmap;
            parent::__construct($wsdl, $options, $user, self::SERVICE_NAME, self::WSDL_NAMESPACE);
        }