You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 29 Apr 2014 at 10:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 Apr 2014 at 10:40The text was updated successfully, but these errors were encountered: