mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Consistent Form setters (returning $this on setHTMLID())
This commit is contained in:
parent
bfff11eb9c
commit
63eb9518d2
@ -905,6 +905,7 @@ class Form extends RequestHandler {
|
||||
*/
|
||||
public function setHTMLID($id) {
|
||||
$this->htmlID = $id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user