Skip to content

Instantly share code, notes, and snippets.

@amacgregor
Created January 25, 2015 14:03
Show Gist options
  • Save amacgregor/894ee4e24975c537a191 to your computer and use it in GitHub Desktop.
Save amacgregor/894ee4e24975c537a191 to your computer and use it in GitHub Desktop.
<?php
interface NotificationInterface {
public function setData($data);
public function sendNotification();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment