8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e81f3b commit 9c9e715Copy full SHA for 9c9e715
src/Symfony/Component/Validator/Group/GroupManagerInterface.php
@@ -12,10 +12,18 @@
12
namespace Symfony\Component\Validator\Group;
13
14
/**
15
- * @since %%NextVersion%%
+ * Returns the group that is currently being validated.
16
+ *
17
+ * @since 2.5
18
* @author Bernhard Schussek <bschussek@gmail.com>
19
*/
20
interface GroupManagerInterface
21
{
22
+ /**
23
24
25
+ * @return string|null The current group or null, if no validation is
26
+ * active.
27
+ */
28
public function getCurrentGroup();
29
}
0 commit comments