Form_Field_Text::setRows PHP Method

setRows() public method

public setRows ( $n )
    public function setRows($n)
    {
        $this->rows = $n;
        $this->setAttr('rows', $n);
        return $this;
    }