• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/event/eventbind.php
  • Класс: BitrixRestEventEventBind
  • Вызов: EventBind::getFilePath
private function getFilePath(string $class): string
{
	$reflector = new ReflectionClass($class);
	return  Path::normalize($reflector->getFileName());
}