# notificationx/3.2.9/vendor/wpdeveloper/lib-utility/test/fixtures/sample.php

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

- Page: https://pluginprobe.com/plugins/notificationx/3.2.9/code/vendor/wpdeveloper/lib-utility/test/fixtures/sample.php
- Raw: https://pluginprobe.com/plugins/notificationx/3.2.9/raw/vendor/wpdeveloper/lib-utility/test/fixtures/sample.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.9/code/vendor/wpdeveloper/lib-utility/test/fixtures/sample.php#L10-L20`.

```php
<?php
/***
 * Class MySampleClass
 */
class MySampleClass {

  /**
   * @return bool
   */
  public static function test_method() {
    return true;
  }

}

```
