# give/2.16.0/src/FormAPI/Form/Textarea.php

GiveWP – Donation Plugin and Fundraising Platform, version 2.16.0. 6 lines.

- Page: https://pluginprobe.com/plugins/give/2.16.0/code/src/FormAPI/Form/Textarea.php
- Raw: https://pluginprobe.com/plugins/give/2.16.0/raw/src/FormAPI/Form/Textarea.php
- Modified: 2020-06-30T01:49:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/2.16.0/code/src/FormAPI/Form/Textarea.php#L10-L20`.

```php
<?php
namespace Give\FormAPI\Form;

class Textarea extends Field {
}

```
