AdamWathan\Form\Elements\TextArea::hasValue PHP Method

hasValue() protected method

protected hasValue ( )
    protected function hasValue()
    {
        return isset($this->value);
    }