mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 12:08:42 +00:00
Remove old todos
This commit is contained in:
parent
a4b6411fcd
commit
55013d86cd
|
|
@ -72,8 +72,6 @@ abstract class C128Abstract
|
||||||
/**
|
/**
|
||||||
* Barcode dimension.
|
* Barcode dimension.
|
||||||
*
|
*
|
||||||
* @todo : Implement!
|
|
||||||
*
|
|
||||||
* @var int[]
|
* @var int[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -82,8 +80,6 @@ abstract class C128Abstract
|
||||||
/**
|
/**
|
||||||
* Barcode dimension.
|
* Barcode dimension.
|
||||||
*
|
*
|
||||||
* @todo : Implement!
|
|
||||||
*
|
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
@ -129,8 +125,6 @@ abstract class C128Abstract
|
||||||
* @param int $height Barcode height
|
* @param int $height Barcode height
|
||||||
* @param int $orientation Orientation of the barcode
|
* @param int $orientation Orientation of the barcode
|
||||||
*
|
*
|
||||||
* @todo : add mirror parameter
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL)
|
public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL)
|
||||||
|
|
|
||||||
|
|
@ -87,8 +87,6 @@ class C128a extends C128Abstract
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @todo : add mirror parameter
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function setContent(string $content) : void
|
public function setContent(string $content) : void
|
||||||
|
|
|
||||||
|
|
@ -70,8 +70,6 @@ class C25 extends C128Abstract
|
||||||
* @param int $height Barcode height
|
* @param int $height Barcode height
|
||||||
* @param int $orientation Orientation of the barcode
|
* @param int $orientation Orientation of the barcode
|
||||||
*
|
*
|
||||||
* @todo : add mirror parameter
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL)
|
public function __construct(string $content = '', int $width = 100, int $height = 20, int $orientation = OrientationType::HORIZONTAL)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user