Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
maarchRM
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Redmine
Redmine
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maarch Labs
maarchRM
Commits
5f1e735e
Commit
5f1e735e
authored
Nov 19, 2020
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
messageInterface.php
src/bundle/medona/messageInterface.php
+17
-17
No files found.
src/bundle/medona/messageInterface.php
View file @
5f1e735e
...
...
@@ -28,6 +28,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
*
* @action medona/message/getByReference
...
...
@@ -94,23 +111,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
*
* @action medona/message/archiveMessages
...
...
Write
Preview
Markdown
is supported
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