eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot\HttpCacheSlot::supports PHP Method

supports() abstract protected method

Checks if $signal is supported by this handler.
abstract protected supports ( eZ\Publish\Core\SignalSlot\Signal $signal ) : boolean
$signal eZ\Publish\Core\SignalSlot\Signal
return boolean
    protected abstract function supports(Signal $signal);