This commit is contained in:
Laurent Destailleur
2024-09-04 20:17:31 +02:00
parent 37922f464f
commit 93fa554583
11 changed files with 73 additions and 3 deletions

View File

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