Пример #1
0
 /**
  *
  * Sets the profiler object.
  *
  * @param ProfilerInterface $profiler
  *
  * @return null
  *
  */
 public function setProfiler(ProfilerInterface $profiler)
 {
     $this->pdo->setProfiler($profiler);
 }