コード例 #1
0
ファイル: class.Profiler.php プロジェクト: nagyist/generis
 /**
  * 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();
 }