Skip to content

Instantly share code, notes, and snippets.

@davletyarov
Created July 21, 2018 13:41
Show Gist options
  • Save davletyarov/a8c4b86bc10c34f24640f80226284eee to your computer and use it in GitHub Desktop.
Save davletyarov/a8c4b86bc10c34f24640f80226284eee to your computer and use it in GitHub Desktop.
Получаем все появившийся события в Bitrix
<?php
Debug::writeToFile([
'module' => $entity->getModule(),
'eventName' => $eventName,
'parameters' => $parameters
]);
parent::__construct($entity->getModule(), $eventName, $parameters);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment