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