| 1 | <?php |
||
| 19 | class UpdateUrlSlot extends Slot |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @var \eZ\Publish\Core\MVC\Symfony\Cache\GatewayCachePurger |
||
| 23 | */ |
||
| 24 | protected $httpCacheClearer; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * UpdateUrlSlot constructor. |
||
| 28 | * |
||
| 29 | * @param GatewayCachePurger $httpCacheClearer |
||
| 30 | */ |
||
| 31 | public function __construct(GatewayCachePurger $httpCacheClearer) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * {@inheritdoc} |
||
| 38 | */ |
||
| 39 | public function receive(Signal $signal) |
||
| 45 | } |
||
| 46 |