# notificationx/3.2.10/vendor/wpdeveloper/query-builder/src/Interfaces/Arrayable.php

NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner &amp; Floating Notification Bar, version 3.2.10. 17 lines.

- Page: https://pluginprobe.com/plugins/notificationx/3.2.10/code/vendor/wpdeveloper/query-builder/src/Interfaces/Arrayable.php
- Raw: https://pluginprobe.com/plugins/notificationx/3.2.10/raw/vendor/wpdeveloper/query-builder/src/Interfaces/Arrayable.php
- Modified: 2024-05-21T07:46:28+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/notificationx/3.2.10/code/vendor/wpdeveloper/query-builder/src/Interfaces/Arrayable.php#L10-L20`.

```php
<?php

namespace WPDeveloper\QueryBuilder\Interfaces;

interface Arrayable {
	/**
	 * Returns object as string.
	 * @since 1.0.0
	 */
	public function __toArray();

	/**
	 * Returns object as string.
	 * @since 1.0.0
	 */
	public function toArray();
}
```
