MediaWiki
REL1_19
|
00001 <?php 00007 class ProfilerStub extends Profiler { 00008 public function isStub() { 00009 return true; 00010 } 00011 public function profileIn( $fn ) {} 00012 public function profileOut( $fn ) {} 00013 public function getOutput() {} 00014 public function close() {} 00015 public function logData() {} 00016 public function getCurrentSection() { return ''; } 00017 }