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 1844457 commit c2ea16dCopy full SHA for c2ea16d
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