projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
CRM-14991 CiviContribute: add sort by date to contrib detail report
[civicrm-core.git]
/
api
/
Wrapper.php
1
<
?php
2
3
interface
API_Wrapper
{
4
5
/**
6
* @return modified $apiRequest
7
*/
8
function
fromApiInput
(
$apiRequest
);
9
10
/**
11
* @return modified $result
12
*/
13
function
toApiOutput
(
$apiRequest
,
$result
);
14
}