AdamWathan\Form\Elements\Input::value PHP Method

value() public method

public value ( $value )
    public function value($value)
    {
        $this->setValue($value);
        return $this;
    }