Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
maarchRM
Commits
5f1e735e
Commit
5f1e735e
authored
Nov 19, 2020
by
root
Browse files
fix() : change routes order to prevent error
parent
f9cfa8bc
Pipeline
#10355
failed with stages
in 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/bundle/medona/messageInterface.php
View file @
5f1e735e
...
...
@@ -27,6 +27,23 @@ namespace bundle\medona;
*/
interface
messageInterface
{
/**
* Search message by sender / recipient / reference / date
*
* @param string $type Type
* @param string $reference Reference
* @param string $archiver Archiver
* @param string $originator Originator
* @param string $depositor Depositor
* @param string $archivalAgreement Archival agreement
* @param date $fromDate From date
* @param date $toDate To date
* @param string $status Status
*
* @action medona/message/search
*/
public
function
readSearch
(
$type
,
$reference
=
null
,
$archiver
=
null
,
$originator
=
null
,
$depositor
=
null
,
$archivalAgreement
=
null
,
$fromDate
=
null
,
$toDate
=
null
,
$status
=
null
);
/**
* Get outgoing transfer messages
*
...
...
@@ -93,23 +110,6 @@ interface messageInterface
*/
public
function
readCount
();
/**
* Search message by sender / recipient / reference / date
*
* @param string $type Type
* @param string $reference Reference
* @param string $archiver Archiver
* @param string $originator Originator
* @param string $depositor Depositor
* @param string $archivalAgreement Archival agreement
* @param date $fromDate From date
* @param date $toDate To date
* @param string $status Status
*
* @action medona/message/search
*/
public
function
readSearch
(
$type
,
$reference
=
null
,
$archiver
=
null
,
$originator
=
null
,
$depositor
=
null
,
$archivalAgreement
=
null
,
$fromDate
=
null
,
$toDate
=
null
,
$status
=
null
);
/**
* Archive messages
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment