示例#1
0
 /**
  * Constructor
  *
  * @author Somsack Sipasseuth ,<*****@*****.**>
  * @access private
  */
 private function __construct()
 {
     $this->startTime = self::getCurrentTime();
     $this->implementor = common_profiler_Dispatcher::singleton();
     $this->enabled = (bool) $this->implementor->hasAppender();
 }