Beispiel #1
0
 /**
  * Apply this label to a control
  * @param FormControl $for The control that this label is for
  * @return FormControlLabel $this
  */
 public function set_for($for)
 {
     $this->properties['for'] = $for->get_id();
     return $this;
 }