Habari\FormControlStatic::set_static PHP Method

set_static() public method

Set the static content of this control
public set_static ( string $static ) : FormControlStatic
$static string The static content of this control
return FormControlStatic $this
    public function set_static($static)
    {
        $this->static = $static;
        return $this;
    }