BaiduApiClient::setBatchMode PHP Méthode

setBatchMode() public méthode

Set the mode of batch/run api.
public setBatchMode ( integer $batchMode ) : BaiduApiClient
$batchMode integer Use BaiduApiClient::BATCH_MODE_SERVER_PARALLEL or BaiduApiClient::BATCH_MODE_SERIAL_ONLY
Résultat BaiduApiClient
    public function setBatchMode($batchMode)
    {
        $this->batchMode = $batchMode;
        return $this;
    }