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