kfirufk / zend-db-model-generator

Automatically exported from code.google.com/p/zend-db-model-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

visibility should be public

GoogleCodeExporter opened this issue · comments

In our mapper_class.tpl (v1) the method loadModel ist defined as prodected

protected abstract function loadModel($data, $entry);

in supclass mapper.tpl loadModel ist defined as public

public function loadModel($data, $entry = null)

Both could be public. 

Original issue reported on code.google.com by volker.r...@googlemail.com on 29 Apr 2014 at 10:40