• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/lib/properties/client.php
  • Класс: BitrixSocialservicesPropertiesClient
  • Вызов: Client::uaGetFoById
public function uaGetFoById($id)
{
	return $this->call(static::METHOD_UA_GET_FO_BY_ID, array('id' => $id));
}