]> git.mxchange.org Git - friendica.git/blob - src/Object/Search/IResult.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Object / Search / IResult.php
1 <?php
2
3 namespace Friendica\Object\Search;
4
5 /**
6  * The default interface for each search result
7  */
8 interface IResult
9 {
10
11 }