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 cddbfb5 commit fe123f0Copy full SHA for fe123f0
lib/widget/sfWidgetFormChoice.class.php
@@ -26,6 +26,8 @@ class sfWidgetFormChoice extends sfWidgetFormChoiceBase
26
public function setIdFormat($format)
27
{
28
$this->options['renderer_options']['id_format'] = $format;
29
+
30
+ return $this;
31
}
32
33
/**
0 commit comments