rowGateway = $rowGateway; } /** * @throws \Zend\Db\RowGateway\Exception\RuntimeException */ public function initialize() { throw new Exception\RuntimeException('This method is not intended to be called on this object.'); } /** * @return array */ public function getMagicMethodSpecifications() { return array(); } }