You are here

interface LateDataCollectorInterface in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php \Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface

LateDataCollectorInterface.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of LateDataCollectorInterface

All classes that implement LateDataCollectorInterface

2 files declare their use of LateDataCollectorInterface
Profiler.php in vendor/symfony/http-kernel/Profiler/Profiler.php
TranslationDataCollector.php in vendor/symfony/translation/DataCollector/TranslationDataCollector.php

File

vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php, line 19

Namespace

Symfony\Component\HttpKernel\DataCollector
View source
interface LateDataCollectorInterface {

  /**
   * Collects data as late as possible.
   */
  public function lateCollect();

}

Members

Namesort descending Modifiers Type Description Overrides
LateDataCollectorInterface::lateCollect public function Collects data as late as possible. 5