Development

#3380 (Class PluginsfGuardUser fails to implement Interface Persistent)

You must first sign up to be able to contribute.

Ticket #3380 (closed defect: invalid)

Opened 7 months ago

Last modified 7 months ago

Class PluginsfGuardUser fails to implement Interface Persistent

Reported by: wulf Assigned to: fabien
Priority: minor Milestone: 1.1.0
Component: sfGuardPlugin Version: 1.1.0 BETA3
Keywords: propel1.3 Cc:
Qualification: Unreviewed

Description

The signature of the method delete should be (Line 266):

public function delete(PropelPDO $con = null)

at the moment it is: public function delete($con = null)

Change History

(in reply to: ↑ description ) 04/22/08 10:42:58 changed by wulf

  • keywords set to propel1.3.

it's a matter of the new propel1.3 plugin for symfony 1.1 by dustin (installed in my env), which provides the interface Persistent. not sure, but it seems that the signature of the interface should be changened for compatibility reasons.

04/22/08 10:51:59 changed by wulf

okay, to change the interface is not a solution, cause it is a core class of the propel lib.

04/22/08 18:11:53 changed by dwhittle

  • status changed from new to closed.
  • resolution set to invalid.

If you want to use with Propel 1.3. You must manually change.. We can not change the plugin as it will break everyone else.