Class AbstractFeature

Summary

Fully Qualified Name: Zend\Db\Adapter\Driver\Feature\AbstractFeature

Description

Methods

Name Description Defined By
getName() Get name AbstractFeature
setDriver() Set driver AbstractFeature

Method Details

getName()

Get name

Returns: string

setDriver()

Set driver

Parameter Name Type Description
$driver \DriverInterface

Returns: void

Top