On 11/18/11 7:46 PM, canni wrote:
Hey,

I have question about stable api, if class/interface has `@api` tag on
it I know I should not mess up with it, but what with adding new
methods to class/interface that do not break the BC?

Adding a method to an interface will break BC as all classes that implement it will need to be updated. Adding a method to a class is ok.

Fabien.

cheers,
canni


--
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to