Initial commit
This commit is contained in:
19
gatewayBackend.php
Normal file
19
gatewayBackend.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
interface gatewayBackend
|
||||
{
|
||||
/**
|
||||
*
|
||||
* @param String $username
|
||||
* @param String $password
|
||||
* @param String $ip
|
||||
* @param String $sessionId
|
||||
* @return String $token
|
||||
*/
|
||||
public function get_token($username, $password, $ip, $sessionId);
|
||||
|
||||
/**
|
||||
* @param
|
||||
*/
|
||||
public function
|
||||
}
|
||||
|
Reference in New Issue
Block a user