Barcode
Table of Contents
Methods
-
__construct()
: mixed
-
format()
: $this
-
option()
: $this
-
options()
: $this
-
print()
: void
-
render()
: false|string
-
type()
: $this
__construct()
public
__construct() : mixed
public
format(string $format) : $this
Parameters
-
$format
: string
-
option()
public
option(string $option, mixed $value) : $this
Parameters
-
$option
: string
-
-
$value
: mixed
-
options()
public
options(array<string|int, mixed> $options) : $this
Parameters
-
$options
: array<string|int, mixed>
-
print()
public
print(string $data) : void
Parameters
-
$data
: string
-
render()
public
render(string $data) : false|string
Parameters
-
$data
: string
-
Return values
false|string
type()
public
type(string $type) : $this
Parameters
-
$type
: string
-