Form_Field_Text::setRows PHP 메소드

setRows() 공개 메소드

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