Skip to content

classes_lib_controls_form_label.class

Daniel Spors edited this page Dec 19, 2023 · 3 revisions

Classes in file lib/controls/form/label.class.php

class Label

This represents a label element.

Extends: Control » Renderable

__construct

Definition: public function __construct($name, $for)

Returns: NOT DOCUMENTED

Parameters:

  • string $name The actual text

  • mixed $for Can be Control or string holding an id

Clone this wiki locally