• Модуль: learning
  • Путь к файлу: ~/bitrix/modules/learning/classes/general/student.php
  • Класс: CStudent
  • Вызов: CStudent::GetByID
static function GetByID($ID)
{
	return CStudent::GetList(Array(),Array("USER_ID"=> $ID));
}