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

hasValue() protected method

protected hasValue ( )
    protected function hasValue()
    {
        return isset($this->attributes['value']);
    }