doc
This commit is contained in:
parent
a17bcd1768
commit
e9e8934a84
@ -61,6 +61,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/format_cards.lib.php';
|
|||||||
*/
|
*/
|
||||||
abstract class CommonStickerGenerator
|
abstract class CommonStickerGenerator
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @var DoliDB Database handler.
|
||||||
|
*/
|
||||||
|
public $db;
|
||||||
|
|
||||||
public $code; // Code of format
|
public $code; // Code of format
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user