Files
nibiru-framework.com/core/i/auth.php

14 lines
263 B
PHP
Executable File

<?php
namespace Nibiru;
/**
* User - stephan
* Date - 01.02.17
* Time - 17:18
* @author - alllinux.de GbR
* @category - [PLEASE SPECIFIY]
* @license - BSD License
*/
interface IAuth
{
public function auth( $username, $password );
}