ecoco/magento_profiler

View on GitHub
app/code/community/Ecocode/Profiler/Block/Collector/Menu.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * Class Ecocode_Profiler_Block_Collector_Menu
 */
class Ecocode_Profiler_Block_Collector_Menu extends
    Ecocode_Profiler_Block_Collector_Base
{
    public function _construct()
    {
        parent::_construct();
        $this->setTemplate('ecocode_profiler/collector/base/menu.phtml');
    }
}