2013-08-18 12:46:45 +02:00

9 lines
143 B
PHP

<?php
namespace Zend\Db\Adapter\Profiler;
interface ProfilerAwareInterface
{
public function setProfiler(ProfilerInterface $profiler);
}