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