for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: arnaud
* Date: 22/11/15
* Time: 19:01
*/
namespace Ndrx\Profiler\Renderer\Html\Data;
use Ndrx\Profiler\Renderer\Html\PageInterface;
class Template extends Collector implements PageInterface
{
* @return string
public function getTitle()
return 'Template';
}
public function getIcon()
return 'fa-file-code-o';