5 строки
78 Б
PHP
5 строки
78 Б
PHP
<?php
|
|
interface IAuthModule {
|
|
function authenticate($login, $password);
|
|
}
|
|
?>
|