Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.0-ALPHA1
-
Fix Version/s: 1.2.0-ALPHA3
-
Component/s: Behaviors
-
Labels:None
-
Environment:within sfDoctrinePlugin
Description
The Doctrine_Record_Listener_Interface is no longer up to date with the code base. The code base expects the listener to implement a getOption method which is not available on my listener models... See the patch file.
I've taken the liberty to remove the `public` keyword from the `interface` definition which seemed a bit redundant given the fact that it is an interface... Sorry for that :-$