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