ZF2-403: Method getKeys() is missing in Zend\Db\Metadata\Object\ConstraintObject class
Description
Error when execute initialize() method of MetadataFeature instance. There is no propertie for keys and dependent set\get methods.
Error when execute initialize() method of MetadataFeature instance. There is no propertie for keys and dependent set\get methods.
Comments
Posted by Ralph Schindler (ralph) on 2012-08-14T15:51:10.000+0000
Not enough information on the defect in question.
Posted by Ralf Eggert (ralf) on 2012-08-14T20:38:01.000+0000
When I run this example: https://github.com/ralphschindler/…
I get this error Fatal error: Call to undefined method Zend\Db\Metadata\Object\ConstraintObject::getKeys() in /home/devhost/zf2domain/vendor/zendframework/zendframework/library/Zend/Db/TableGateway/Feature/MetadataFeature.php on line 78
Posted by Michael Morozov (m1x0n) on 2012-08-15T06:20:47.000+0000
I suppose that method getKeys() isn't implemented.