OnSiteRefresh
Последнее обновление Apr 20th, 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Событие: OnSiteRefresh¶
Запускается после очиски кеша для всего сайта.
Служба: 1 - Parser Service Events Группа: Нет
Параметры события¶
Имя | Описание |
---|---|
results | Массив результатов. |
Пример¶
Такой плагин выведет в консоли массив того, что было очищено:
<?php
$eventName = $modx->event->name;
switch($eventName) {
case 'OnSiteRefresh':
$modx->log(modX::LOG_LEVEL_ERROR, 'Кэш очищен '.print_r($partitions));
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