Upcoming codes

This commit is contained in:
Dennis Eichhorn 2016-02-21 15:27:03 +01:00
parent 6838804261
commit e90c2a3e71
3 changed files with 34 additions and 0 deletions

24
Utils/Barcode/Aztec.php Normal file
View File

@ -0,0 +1,24 @@
<?php
class Aztec
{
private function calculateSize() {
}
private function bitStuffing() {
}
private function padding() {
}
private function check() {
}
private function arrange() {
}
}

View File

@ -0,0 +1,5 @@
<?php
class Aztec
{
}

5
Utils/Barcode/QR.php Normal file
View File

@ -0,0 +1,5 @@
<?php
class Aztec
{
}