OnBeforeCacheUpdate
Последнее обновление Sep 24th, 2021 | История страницы | Улучшить эту страницу | Сообщить о проблеме
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moreСобытие: OnBeforeCacheUpdate¶
Запускается перед обновлением кэша.
Сервис: 4 - События сервиса кэша Группа: Нет
Параметры события¶
Нет.
Example¶
<?php
$eventName = $modx->event->name;
switch($eventName) {
case 'OnBeforeCacheUpdate':
$modx->log(modX::LOG_LEVEL_ERROR, "Стартуем!");
break;
}
Теперь обновите кэш, и увидите "Стартуем!"
Смотри также¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more