Interface AdapterAwareInterface

Summary

Fully Qualified Name: Zend\Db\Adapter\AdapterAwareInterface

Description

Methods

Name Description Defined By
setDbAdapter() Set db adapter AdapterAwareInterface

Method Details

setDbAdapter()

Set db adapter

Parameter Name Type Description
$adapter \Adapter

Returns: \AdapterAwareInterface

Top