function OnAfterIBlockElementDeleteHandler(&$arFields)
 {
     $action = new CFoodclubEventAction();
     $action->build($arFields);
 }
 public static function OnUserLoginExternalHandler(&$arFields)
 {
     $action = new CFoodclubEventAction();
     $action->build($arFields);
 }
 function OnAfterUserUpdateHandler(&$arFields)
 {
     $action = new CFoodclubEventAction();
     $action->build($arFields);
 }
 public static function OnAfterUserRegisterHandler(&$arFields)
 {
     $action = new CFoodclubEventAction();
     $action->build($arFields);
 }