• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/conversion/facebook/customdata.php
  • Класс: BitrixSeoConversionFacebookCustomData
  • Вызов: CustomData::setContentType
public function setContentType(?string $type)
{
	if (in_array($type,[static::CONTENT_CATEGORY_PRODUCT,static::CONTENT_CATEGORY_PRODUCT_GROUP]))
	{
		$this->container['content_type'] = $type;
	}
	return $this;
}