void public
\Bitrix\Forum\Replica\MessageHandler::beforeUpdateTrigger(
array $oldRecord,
array
);
Method is called before updating database entry. Non-static method.
Parameters
Parameter | Description | Version |
$oldRecord | All fields before the update. | |
&$newRecord | All fields after the update. | |
Example