<?php

namespace Zend\Db\Adapter\Profiler;

interface 
ProfilerAwareInterface
{
    public function 
setProfiler(ProfilerInterface $profiler);
}