# give/4.16.9/src/Framework/FieldsAPI/Section.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.9. 20 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/FieldsAPI/Section.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/FieldsAPI/Section.php
- Modified: 2023-08-11T21:18:48+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/4.16.9/code/src/Framework/FieldsAPI/Section.php#L10-L20`.

```php
<?php

namespace Give\Framework\FieldsAPI;


/**
 * @since 2.32.0 added description
 * @since 2.22.0
 */
class Section extends Group
{
    use Concerns\HasLabel;
    use Concerns\HasDescription;

    /**
     * @since 2.22.0
     */
    const TYPE = 'section';
}

```
