| Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Adapter/Profiler/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/Adapter/Profiler/ProfilerAwareInterface.php |
<?php
namespace Laminas\Db\Adapter\Profiler;
interface ProfilerAwareInterface
{
public function setProfiler(ProfilerInterface $profiler);
}