Esempio n. 1
0
 public function __construct()
 {
     $this->m_debugObj = DebuggerInstance::GetInstance();
     $this->m_lastError = null;
     $this->m_debugComponents = explode(',', G_DEGUG_COMPONENTS);
 }
Esempio n. 2
0
 public function __construct()
 {
     $this->m_debugObj = DebuggerInstance::GetInstance();
     $this->m_lastError = null;
 }