class EsiListener in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/EventListener/EsiListener.php \Symfony\Component\HttpKernel\EventListener\EsiListener
EsiListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for ESI.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- class \Symfony\Component\HttpKernel\EventListener\SurrogateListener implements EventSubscriberInterface
- class \Symfony\Component\HttpKernel\EventListener\EsiListener
Expanded class hierarchy of EsiListener
Deprecated
since version 2.6, to be removed in 3.0. Use SurrogateListener instead
File
- vendor/
symfony/ http-kernel/ EventListener/ EsiListener.php, line 23
Namespace
Symfony\Component\HttpKernel\EventListenerView source
class EsiListener extends SurrogateListener {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SurrogateListener:: |
private | property | ||
SurrogateListener:: |
public static | function |
Returns an array of event names this subscriber wants to listen to. Overrides EventSubscriberInterface:: |
|
SurrogateListener:: |
public | function | Filters the Response. | |
SurrogateListener:: |
public | function | Constructor. |