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
0f91cf5b
Verified
Commit
0f91cf5b
authored
Feb 21, 2020
by
Alexandre Morin
Browse files
fix () : delete export / import user story
parent
5887342c
Pipeline
#6928
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/presentation/maarchRM/UserStory/export/exportRoleInterface.php
deleted
100644 → 0
View file @
5887342c
<?php
namespace
presentation\maarchRM\UserStory\export
;
interface
exportRoleInterface
{
/**
* Get roles infos
*
* @uses auth/role/readExport
*
* @return importExport/Export/listCsv
*
*/
public
function
readExportRoles
(
$limit
=
null
,
$ref
=
null
);
}
src/presentation/maarchRM/UserStory/import/importRoleInterface.php
deleted
100644 → 0
View file @
5887342c
<?php
namespace
presentation\maarchRM\UserStory\import
;
interface
importRoleInterface
{
/**
* Import a csv file with role informations
*
* @param resource $data Data base64 encoded or not in proper format
* @param boolean $isReset Reset tables or not
*
* @uses auth/role/createImport
*
*/
public
function
createImportRoles
(
$data
,
$isReset
=
false
);
}
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