Add new feed entry web hook when creating a new feed entry

This commit is contained in:
Nicolas Le Goff
2014-03-16 04:40:13 +01:00
parent b23115d38d
commit 9e9cfa3c5f
2 changed files with 9 additions and 6 deletions

View File

@@ -14,6 +14,8 @@ use Alchemy\Phrasea\Exception\RuntimeException;
class API_Webhook
{
const NEW_FEED_ENTRY = "new_feed_entry";
protected $appbox;
protected $id;
protected $type;