mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Upcoming codes
This commit is contained in:
parent
6838804261
commit
e90c2a3e71
24
Utils/Barcode/Aztec.php
Normal file
24
Utils/Barcode/Aztec.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
class Aztec
|
||||
{
|
||||
private function calculateSize() {
|
||||
|
||||
}
|
||||
|
||||
private function bitStuffing() {
|
||||
|
||||
}
|
||||
|
||||
private function padding() {
|
||||
|
||||
}
|
||||
|
||||
private function check() {
|
||||
|
||||
}
|
||||
|
||||
private function arrange() {
|
||||
|
||||
}
|
||||
}
|
||||
5
Utils/Barcode/Datamatrix.php
Normal file
5
Utils/Barcode/Datamatrix.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
class Aztec
|
||||
{
|
||||
}
|
||||
5
Utils/Barcode/QR.php
Normal file
5
Utils/Barcode/QR.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
class Aztec
|
||||
{
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user