Methods
__construct()
__construct(array $features)
Parameters
$features
array
addFeature()
addFeature(\Zend\Db\RowGateway\Feature\AbstractFeature $feature)
addFeatures()
addFeatures(array $features)
apply()
apply($method, $args)
callMagicCall()
callMagicCall(string $method, array $arguments) : mixed
Parameters
$method
string
$arguments
array
Returns
mixed
callMagicGet()
callMagicGet(string $property) : mixed
Parameters
$property
string
Returns
mixed
callMagicSet()
callMagicSet($property, $value) : mixed
Parameters
$property
$value
Returns
mixed
canCallMagicCall()
canCallMagicCall(string $method) : bool
Parameters
$method
string
Returns
bool
canCallMagicGet()
canCallMagicGet(string $property) : bool
Parameters
$property
string
Returns
bool
canCallMagicSet()
canCallMagicSet(string $property) : bool
Parameters
$property
string
Returns
bool
getFeatureByClassName()
getFeatureByClassName($featureClassName)
Parameters
$featureClassName
setRowGateway()
setRowGateway(\Zend\Db\RowGateway\AbstractRowGateway $rowGateway)
Properties
$magicSpecifications
$magicSpecifications : array
Constants