• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/dto/profile.php
  • Класс: BitrixSeoBusinessSuiteDTOProfile
  • Вызов: Profile::setPicture
public function setPicture(?string $picture)
{
	$this->picture = $picture;
	return $this;
}