TimeTrex API Manual

ReportCellBarcode extends ReportCell
in package

Class ReportCellBarcode

Table of Contents

$report_obj  : mixed
$style  : mixed
$value  : mixed
__construct()  : mixed
ReportCellBarcode constructor.
__toString()  : string
display()  : string
getColumnHeight()  : mixed
getColumnWidth()  : mixed

Properties

Methods

__construct()

ReportCellBarcode constructor.

public __construct(object $report_obj,  $value[, bool $style = false ]) : mixed
Parameters
$report_obj : object
$value :
$style : bool = false
Return values
mixed

__toString()

public __toString() : string
Return values
string

display()

public display( $format, string $max_width,  $max_height, int $row_i) : string
Parameters
$format :
$max_width : string

UUID

$max_height :
$row_i : int
Return values
string

getColumnHeight()

public getColumnHeight() : mixed
Return values
mixed

getColumnWidth()

public getColumnWidth() : mixed
Return values
mixed

Search results