Methods

__construct()

__construct(array $features) 

Parameters

$features

array

addFeature()

addFeature(\Zend\Db\RowGateway\Feature\AbstractFeature $feature) 

Parameters

$feature

addFeatures()

addFeatures(array $features) 

Parameters

$features

apply()

apply($method, $args) 

Parameters

$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) 

Parameters

$rowGateway

 Properties

   

$magicSpecifications

$magicSpecifications : array

 

$rowGateway

$rowGateway : \Zend\Db\RowGateway\AbstractRowGateway

 Constants

 

APPLY_HALT

APPLY_HALT