Exemplo n.º 1
0
 /**
  * Returns the profiler timer used for this connection adapter.
  *
  * @return TeamSpeak3_Helper_Profiler_Timer
  */
 public function getProfiler()
 {
     return \TeamSpeak3\Helper\Profiler::get(spl_object_hash($this));
 }
 /**
  * Returns the profiler timer used for this connection adapter.
  *
  * @return Timer
  */
 public function getProfiler()
 {
     return Profiler::get(spl_object_hash($this));
 }