PHP Class eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot\HttpCacheSlot

Inheritance: extends eZ\Publish\Core\SignalSlot\Slot
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Protected Properties

Свойство Type Description
$httpCacheClearer eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger

Méthodes publiques

Méthode Description
__construct ( eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger $httpCacheClearer )
receive ( eZ\Publish\Core\SignalSlot\Signal $signal )

Méthodes protégées

Méthode Description
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.

Method Details

__construct() public méthode

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

purgeHttpCache() abstract protected méthode

Purges the HTTP cache for $signal.
abstract protected purgeHttpCache ( eZ\Publish\Core\SignalSlot\Signal $signal ) : mixed
$signal eZ\Publish\Core\SignalSlot\Signal
Résultat mixed

receive() public méthode

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

supports() abstract protected méthode

Checks if $signal is supported by this handler.
abstract protected supports ( eZ\Publish\Core\SignalSlot\Signal $signal ) : boolean
$signal eZ\Publish\Core\SignalSlot\Signal
Résultat boolean

Property Details

$httpCacheClearer protected_oe property

protected GatewayCachePurger,eZ\Publish\Core\MVC\Symfony\Cache $httpCacheClearer
Résultat eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger