This commit is contained in:
Laurent Destailleur
2024-09-04 22:10:33 +02:00
parent 107f818cf2
commit 001dc9378f
10 changed files with 55 additions and 4 deletions

View File

@@ -92,4 +92,11 @@ abstract class ModeleNumRefProjects extends CommonNumRefGenerator
* @return string|int<-1,0> Value if OK, 0 if KO
*/
abstract public function getNextValue($objsoc, $project);
/**
* Return an example of numbering
*
* @return string Example
*/
abstract public function getExample();
}