/var/www/html/git/mkframeworkPackageWorkspace/Lib/mkframeworkLib
interface
interface_model.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_model
{
4
5
public
function
findById
(
$id
)
;
6
7
public
function
insert
(
$oItem
)
;
8
9
public
function
update
(
$oItem
)
;
10
11
public
function
delete
(
$oItem
)
;
12
}