Interface DriverFeatureInterface

Summary

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

Description

Methods

Name Description Defined By
addFeature() Add feature DriverFeatureInterface
getFeature() Get feature DriverFeatureInterface
setupDefaultFeatures() Setup the default features for Pdo DriverFeatureInterface

Method Details

addFeature()

Add feature

Parameter Name Type Description
$name string
$feature mixed

Returns: \DriverFeatureInterface

getFeature()

Get feature

Parameter Name Type Description
$name
$name

Returns: mixed|bool

setupDefaultFeatures()

Setup the default features for Pdo

Returns: \DriverFeatureInterface

Top