AdamWathan\Form\Elements\Label::__construct PHP Method

__construct() public method

public __construct ( $label )
    public function __construct($label)
    {
        $this->label = $label;
    }