Api\ServiceType\ApiService::Report_QueueSCMRanked PHP Метод

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

Method to call the operation originally named Report.QueueSCMRanked Meta informations extracted from the WSDL - documentation: Queue a ranked report that is optimized for SearchCenter classifications.
public Report_QueueSCMRanked ( Api\StructType\ApiSCM_reportDescription $reportDescription ) : Api\StructType\ApiReportQueueResponse | boolean
$reportDescription Api\StructType\ApiSCM_reportDescription
Результат Api\StructType\ApiReportQueueResponse | boolean
    public function Report_QueueSCMRanked(\Api\StructType\ApiSCM_reportDescription $reportDescription)
    {
        try {
            $this->setResult(self::getSoapClient()->__call('Report.QueueSCMRanked', array($reportDescription)));
            return $this->getResult();
        } catch (\SoapFault $soapFault) {
            $this->saveLastError(__METHOD__, $soapFault);
            return false;
        }
    }
ApiService