Jump to main content Jump to doc navigation

Событие: 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

$0 per month—let's make that $500!

Learn more