Select Git revision
Interface.php
Forked from
UNL Information Services / NMC-PHP-Framework
108 commits behind the upstream repository.
Interface.php 153 B
<?php
require_once('Zend.php');
Zend::loadClass('Nmc_Auth_Exception');
interface Nmc_Auth_Interface
{
public function login( $username, $password );
}