Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-db
→
Class AdapterInterface
Interface AdapterInterface
Summary
Fully Qualified Name:
Zend\Db\Adapter\AdapterInterface
Description
Methods
Name
Description
Defined By
getDriver()
AdapterInterface
getPlatform()
AdapterInterface
Method Details
getDriver()
Returns: \Driver\DriverInterface
getPlatform()
Returns: \Platform\PlatformInterface
Top