mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Preparing to support wildcard domains.
This commit is contained in:
parent
c811fdf545
commit
126b55b2d5
4 changed files with 126 additions and 44 deletions
|
|
@ -37,16 +37,13 @@ interface DomainAdminInterface extends DomainInterface
|
|||
/**
|
||||
* @param int $iOffset
|
||||
* @param int $iLimit = 20
|
||||
* @param string $sSearch = ''
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function GetList($iOffset, $iLimit = 20, $sSearch = '');
|
||||
public function GetList($iOffset, $iLimit = 20);
|
||||
|
||||
/**
|
||||
* @param string $sSearch = ''
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function Count($sSearch = '');
|
||||
public function Count();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue