<?php // CBitrixCloudCDNConfig :: setContentRewrite()// /dist/bitrix/modules/bitrixcloud/classes/general/cdn_config.php:294 public function setContentRewrite($rewrite = true) { $this->content_rewrite = ($rewrite == true); return $this; }