dolibarr 21.0.0-alpha
|
Public Member Functions | |
isEnabled () | |
Return if a model can be used or not. | |
info ($langs) | |
Return description. | |
writeBarCode ($code, $encoding, $readable='Y', $scale=1, $nooutputiferror=0) | |
Save an image file on disk (with no output) | |
encodingIsSupported ($encoding) | |
Return true if encoding is supported. | |
Definition at line 35 of file modules_barcode.class.php.
|
abstract |
Return true if encoding is supported.
string | $encoding | Encoding norm |
Reimplemented in modPhpbarcode, and modTcpdfbarcode.
|
abstract |
Return description.
Translate | $langs | Lang object to use for output |
Reimplemented in modPhpbarcode, and modTcpdfbarcode.
ModeleBarCode::isEnabled | ( | ) |
Return if a model can be used or not.
Reimplemented in modPhpbarcode, and modTcpdfbarcode.
Definition at line 48 of file modules_barcode.class.php.
ModeleBarCode::writeBarCode | ( | $code, | |
$encoding, | |||
$readable = 'Y', | |||
$scale = 1, | |||
$nooutputiferror = 0 ) |
Save an image file on disk (with no output)
string | $code | Value to encode |
string | $encoding | Mode of encoding ('QRCODE', 'EAN13', ...) |
string | $readable | Code can be read |
integer | $scale | Scale (not used with this engine) |
integer | $nooutputiferror | No output if error (not used with this engine) |
Reimplemented in modPhpbarcode, and modTcpdfbarcode.
Definition at line 73 of file modules_barcode.class.php.