Your IP : 216.73.216.43


Current Path : /var/www/www.indacotrentino.com/www/vendor/laminas/laminas-db/src/Adapter/
Upload File :
Current File : /var/www/www.indacotrentino.com/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);
}