Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-db/src/Adapter/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-db/src/Adapter/AdapterAwareInterface.php

<?php

namespace Laminas\Db\Adapter;

interface AdapterAwareInterface
{
    /**
     * Set db adapter
     *
     * @return AdapterAwareInterface
     */
    public function setDbAdapter(Adapter $adapter);
}