interface LateDataCollectorInterface in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php \Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface
LateDataCollectorInterface.
@author Fabien Potencier <fabien@symfony.com>
Hierarchy
- interface \Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface
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\DataCollectorView source
interface LateDataCollectorInterface {
/**
* Collects data as late as possible.
*/
public function lateCollect();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LateDataCollectorInterface:: |
public | function | Collects data as late as possible. | 5 |