Exemplo n.º 1
0
 /**
  * @param SectionProfiler $profiler
  * @param string $section
  */
 public function __construct(SectionProfiler $profiler, $section)
 {
     parent::__construct(null);
     $this->profiler = $profiler;
     $this->section = $section;
 }