コード例 #1
0
ファイル: SectionProfiler.php プロジェクト: paladox/mediawiki
 /**
  * @param SectionProfiler $profiler
  * @param string $section
  */
 public function __construct(SectionProfiler $profiler, $section)
 {
     parent::__construct(null);
     $this->profiler = $profiler;
     $this->section = $section;
 }