PHP Класс eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot\HttpCacheSlot

Наследование: extends eZ\Publish\Core\SignalSlot\Slot
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$httpCacheClearer eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger

Открытые методы

Метод Описание
__construct ( eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger $httpCacheClearer )
receive ( eZ\Publish\Core\SignalSlot\Signal $signal )

Защищенные методы

Метод Описание
purgeHttpCache ( eZ\Publish\Core\SignalSlot\Signal $signal ) : mixed Purges the HTTP cache for $signal.
supports ( eZ\Publish\Core\SignalSlot\Signal $signal ) : boolean Checks if $signal is supported by this handler.

Описание методов

__construct() публичный Метод

public __construct ( eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger $httpCacheClearer )
$httpCacheClearer eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger

purgeHttpCache() абстрактный защищенный Метод

Purges the HTTP cache for $signal.
abstract protected purgeHttpCache ( eZ\Publish\Core\SignalSlot\Signal $signal ) : mixed
$signal eZ\Publish\Core\SignalSlot\Signal
Результат mixed

receive() публичный Метод

public receive ( eZ\Publish\Core\SignalSlot\Signal $signal )
$signal eZ\Publish\Core\SignalSlot\Signal

supports() абстрактный защищенный Метод

Checks if $signal is supported by this handler.
abstract protected supports ( eZ\Publish\Core\SignalSlot\Signal $signal ) : boolean
$signal eZ\Publish\Core\SignalSlot\Signal
Результат boolean

Описание свойств

$httpCacheClearer защищенное свойство

protected GatewayCachePurger,eZ\Publish\Core\MVC\Symfony\Cache $httpCacheClearer
Результат eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger