ecoco/magento_profiler

View on GitHub
app/code/community/Ecocode/Profiler/Model/Collector/LateDataCollectorInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Interface Ecocode_Profiler_Model_Collector_LateDataCollectorInterface
 */
interface Ecocode_Profiler_Model_Collector_LateDataCollectorInterface
{
    /**
     * Collects data as late as possible.
     */
    public function lateCollect();
}