mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-07 22:44:05 +08:00
13 lines
No EOL
222 B
PHP
13 lines
No EOL
222 B
PHP
<?php
|
|
|
|
namespace RainLoop\Providers\Domain;
|
|
|
|
interface DomainSimpleInterface extends DomainInterface
|
|
{
|
|
/**
|
|
* @param string $sName
|
|
*
|
|
* @return \RainLoop\Domain | null
|
|
*/
|
|
public function Load($sName);
|
|
} |