/var/www/html/git/mkframeworkPackageWorkspace/Lib/mkframeworkLib
interface
interface_auth.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
0 / 0
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
1
<?php
2
3
interface
interface_auth
{
4
5
public
function
_connect
(
)
;
6
7
public
function
setAccount
(
$oLogin
)
;
8
}