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

setValue() protected method

protected setValue ( $value )
    protected function setValue($value)
    {
        $this->setAttribute('value', $value);
        return $this;
    }