• Модуль: mobile
  • Путь к файлу: ~/bitrix/modules/mobile/lib/rest/forms.php
  • Класс: BitrixMobileRestForms
  • Вызов: Forms::getMethods
static function getMethods()
{
	return [
		'mobile.form.profile' => ['callback' => [__CLASS__, 'userProfile'], 'options' => ['private' => false]],
	];
}