This commit is contained in:
Laurent Destailleur
2024-09-04 19:44:01 +02:00
parent 8114d3e9a8
commit 37922f464f
4 changed files with 24 additions and 2 deletions

View File

@@ -86,6 +86,13 @@ abstract class ModeleNumRefFicheinter extends CommonNumRefGenerator
* @return string|int<-1,0> Next value if OK, <=0 if KO
*/
abstract public function getNextValue($objsoc = '', $object = '');
/**
* Return an example of numbering
*
* @return string Example
*/
abstract public function getExample();
}