예제 #1
0
파일: BaseModule.php 프로젝트: byjg/xmlnuke
 public function __destruct()
 {
     $this->_end = microtime(true);
     $result = $this->_end - $this->_start;
     if ($this->_context->getDebugStatus()) {
         Debug::PrintValue("Total Execution Time: " . $result . " seconds ");
     }
 }