dyndns/app/Component/Config/IConfig.php

8 lines
133 B
PHP

<?php
namespace APP\Component\Config;
interface IConfig
{
public function validateUser($username, $password, $domain) : bool;
}