-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#70 [Tools] fix: missing ref for exportshortener
- Loading branch information
1 parent
f5615b6
commit 4752d5e
Showing
5 changed files
with
70 additions
and
20 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
core/modules/easyurl/easyurldocuments/exportshortenerdocument/index.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
//Silence is golden apple |
42 changes: 42 additions & 0 deletions
42
...easyurl/easyurldocuments/exportshortenerdocument/mod_exportshortenerdocument_standard.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?php | ||
/* Copyright (C) 2024 EVARISK <technique@evarisk.com> | ||
* | ||
* This program 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. | ||
* | ||
* This program 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 this program. If not, see <https://www.gnu.org/licenses/>. | ||
* or see https://www.gnu.org/ | ||
*/ | ||
|
||
/** | ||
* \file core/modules/easyurl/easyurldocuments/exportshortenerdocument/mod_exportshortenerdocument_standard.php | ||
* \ingroup easyurl | ||
* \brief File of class to manage export shortener document numbering rules standard | ||
*/ | ||
|
||
// Load Saturne libraries | ||
require_once __DIR__ . '/../../../../../../saturne/core/modules/saturne/modules_saturne.php'; | ||
|
||
/** | ||
* Class to manage export shortener document numbering rules standard | ||
*/ | ||
class mod_exportshortenerdocument_standard extends ModeleNumRefSaturne | ||
{ | ||
/** | ||
* @var string Numbering module ref prefix | ||
*/ | ||
public string $prefix = 'ESD'; | ||
|
||
/** | ||
* @var string Name | ||
*/ | ||
public string $name = 'Titan'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
//Silence is golden apple |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters