1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/bundled-libs/zendframework/zend-db/Zend/Db/Adapter/Profiler/ProfilerAwareInterface.php
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);
}