Consistent Form setters (returning $this on setHTMLID())

This commit is contained in:
Ingo Schommer 2013-06-10 15:11:36 +02:00
parent bfff11eb9c
commit 63eb9518d2

View File

@ -905,6 +905,7 @@ class Form extends RequestHandler {
*/ */
public function setHTMLID($id) { public function setHTMLID($id) {
$this->htmlID = $id; $this->htmlID = $id;
return $this;
} }
/** /**