mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
initial import
This commit is contained in:
25
lib/classes/notify.class.php
Normal file
25
lib/classes/notify.class.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
abstract class notify extends event
|
||||
{
|
||||
protected $events = array('__EVENT__');
|
||||
|
||||
function fire($event,$params,&$object)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
abstract function datas($datas, $unread);
|
||||
|
||||
function is_avalaible()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
function email()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
abstract function icon_url();
|
||||
|
||||
}
|
Reference in New Issue
Block a user