TimeTrex API Manual

ReportCellImage extends ReportCell
in package

Class ReportCellImage

Table of Contents

$report_obj  : mixed
$style  : mixed
$value  : mixed
$image_file_name  : array<string|int, mixed>|string
__construct()  : mixed
ReportCellImage constructor.
__toString()  : string
display()  : string
getColumnHeight()  : mixed
getColumnWidth()  : mixed

Properties

$image_file_name

private array<string|int, mixed>|string $image_file_name

Methods

__construct()

ReportCellImage constructor.

public __construct(object $report_obj, string|array<string|int, mixed> $image_file_name[, bool $style = false ]) : mixed
Parameters
$report_obj : object
$image_file_name : string|array<string|int, mixed>
$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