# give/4.16.9/src/Framework/Support/Contracts/Arrayable.php

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

- Page: https://pluginprobe.com/plugins/give/4.16.9/code/src/Framework/Support/Contracts/Arrayable.php
- Raw: https://pluginprobe.com/plugins/give/4.16.9/raw/src/Framework/Support/Contracts/Arrayable.php
- Modified: 2022-03-31T22:56:06+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/Support/Contracts/Arrayable.php#L10-L20`.

```php
<?php

namespace Give\Framework\Support\Contracts;

/**
 * @since 2.18.0
 */
interface Arrayable
{
    /**
     * Get the instance as an array.
     *
     * @since 2.18.0
     *
     * @return array
     */
    public function toArray();
}

```
