upgrade
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
/**
|
||||
* This file contains Hook event interface for notification title.
|
||||
*
|
||||
* @package chamilo.library.hook
|
||||
*/
|
||||
|
||||
/**
|
||||
* Interface HookNotificationTitleEventInterface.
|
||||
*/
|
||||
interface HookNotificationTitleEventInterface extends HookEventInterface
|
||||
{
|
||||
/**
|
||||
* @param int $type
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function notifyNotificationTitle($type);
|
||||
}
|
||||
Reference in New Issue
Block a user