Example #1
0
 public static function label($for = '', $text = '')
 {
     $label = new HTMLObj('label', $text);
     return $label->for($for);
 }