All Questions
1 question
1
vote
2
answers
7k
views
Symfony validation callback
I'm trying to validate my entity via static callback.
I was able to make it work following the Symfony guide but something isn't clear to me.
public static function validate($object, ...