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
archivesCourrier
Commits
a0f92d8f
Commit
a0f92d8f
authored
Aug 29, 2017
by
Alexandre Morin
Browse files
FEAT user story content search
parent
29461401
Changes
1
Hide whitespace changes
Inline
Side-by-side
presentation/maarchRM/UserStory/contentInterface.php
0 → 100644
View file @
a0f92d8f
<?php
/*
* Copyright (C) 2015 Maarch
*
* This file is part of maarchRM.
*
* maarchRM is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* maarchRM is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with maarchRM. If not, see <http://www.gnu.org/licenses/>.
*/
namespace
ext\archivesCourrier\presentation\maarchRM\UserStory
;
/**
* Interface pour la recherche de courrier
*
* @package archivesCourrier
* @author Alexandre Morin <alexandre.morin@maarch.org>
*/
interface
contentInterface
{
/**
* Formulaire de recherche d'un contenu d'archive
*
* @return archivesCourrier/content/searchForm
*/
public
function
readArchivescourrierContent
();
/**
* Recherche d'une liste d'archives
* @param string $query
* @param string $originatorOrgRegNumber
* @param bool $hasParent
* @param date $sentDateForm
* @param date $sentDateTo
*
* @return archivesCourrier/content/search
* @uses archivesCourrier/content/createSearch
*/
public
function
createArchivescourrierContent
(
$sentDateForm
,
$sentDateTo
,
$query
,
$originatorOrgRegNumber
,
$hasParent
);
}
\ No newline at end of file
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