Form_Field_Text::setRows PHP Метод

setRows() публичный Метод

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