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

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

- Page: https://pluginprobe.com/plugins/notificationx/3.2.10/code/vendor/wpdeveloper/query-builder/src/Interfaces/Stringable.php
- Raw: https://pluginprobe.com/plugins/notificationx/3.2.10/raw/vendor/wpdeveloper/query-builder/src/Interfaces/Stringable.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/Stringable.php#L10-L20`.

```php
<?php

namespace WPDeveloper\QueryBuilder\Interfaces;
interface Stringable {
	/**
	 * Returns object as string.
	 * @since 1.0.0
	 */
	public function __toString();
}
```
