AdamWathan\Form\Elements\Text::hasValue PHP 메소드

hasValue() 보호된 메소드

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