aboutsummaryrefslogblamecommitdiffstats
path: root/Zotlabs/Zot6/IHandler.php
blob: 4e773892658173989f9b26d995bb28e7122fd25e (plain) (tree)
1
2
3
4
5
6
7
8
9





                       
                                     
 
                                             
 
                                                             
 
                                                   


 
<?php

namespace Zotlabs\Zot6;

interface IHandler {

	function Notify($data, $hub);

	function Rekey($sender, $data, $hub);

	function Refresh($sender, $recipients, $hub, $force);

	function Purge($sender, $recipients, $hub);

}