Class FeatureSet

Summary

Fully Qualified Name: Zend\Db\RowGateway\Feature\FeatureSet

Description

Methods

Name Description Defined By
__construct() FeatureSet
addFeature() FeatureSet
addFeatures() FeatureSet
apply() FeatureSet
callMagicCall() FeatureSet
callMagicGet() FeatureSet
callMagicSet() FeatureSet
canCallMagicCall() FeatureSet
canCallMagicGet() FeatureSet
canCallMagicSet() FeatureSet
getFeatureByClassName() FeatureSet
setRowGateway() FeatureSet

Method Details

__construct()

Parameter Name Type Description
$features array

Returns:

addFeature()

Parameter Name Type Description
$feature \AbstractFeature

Returns: self Provides a fluent interface

addFeatures()

Parameter Name Type Description
$features array

Returns: self Provides a fluent interface

apply()

Parameter Name Type Description
$method
$args

Returns: void

callMagicCall()

Parameter Name Type Description
$method string
$arguments array

Returns: mixed

callMagicGet()

Parameter Name Type Description
$property string

Returns: mixed

callMagicSet()

Parameter Name Type Description
$value
$property
$value

Returns: mixed

canCallMagicCall()

Parameter Name Type Description
$method string

Returns: bool

canCallMagicGet()

Parameter Name Type Description
$property string

Returns: bool

canCallMagicSet()

Parameter Name Type Description
$property string

Returns: bool

getFeatureByClassName()

Parameter Name Type Description
$featureClassName

Returns: void

setRowGateway()

Parameter Name Type Description
$rowGateway \AbstractRowGateway

Returns: self Provides a fluent interface

Top