Methods

__construct()

__construct(array $features) 

Parameters

$features

addFeature()

addFeature(\Zend\Db\TableGateway\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

setTableGateway()

setTableGateway(\Zend\Db\TableGateway\AbstractTableGateway $tableGateway) 

Parameters

$tableGateway

 Properties

   

$magicSpecifications

$magicSpecifications : array

 

$tableGateway

$tableGateway 

 Constants

 

APPLY_HALT

APPLY_HALT