PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
spotlight-social-photo-feeds
/
src
/
core
/
Notifications
<?php namespace RebelCode\Spotlight\Instagram\Notifications; /** * Interface for an object that provides notifications. * * @since 0.2 */ interface NotificationProvider { /** * Retrieves the notifications. * * @since 0.2 * * @return Notification[] */ public function getNotifications() : array; }
[+]
..
[-] Notification.php
[edit]
[-] NewsNotificationProvider.php
[edit]
[-] NotificationStore.php
[edit]
[-] NotificationProvider.php
[edit]