FileDescriptor
in package
Table of Contents
Properties
- $details : array<string|int, DetailRowDescriptor>
- $footer : FooterRowDescriptor|null
- $header : HeaderRowDescriptor|null
- $lineSize : int
Methods
- __construct() : mixed
- getDetails() : array<string|int, DetailRowDescriptor>
- getFooter() : FooterRowDescriptor|null
- getHeader() : HeaderRowDescriptor|null
- getLineSize() : int
- validateLineSizes() : void
Properties
$details
protected
array<string|int, DetailRowDescriptor>
$details
$footer
protected
FooterRowDescriptor|null
$footer
$header
protected
HeaderRowDescriptor|null
$header
$lineSize
protected
int
$lineSize
Methods
__construct()
public
__construct(array<string|int, mixed> $details[, HeaderRowDescriptor|null $header = null ][, FooterRowDescriptor|null $footer = null ][, int|null $lineSize = null ]) : mixed
Parameters
- $details : array<string|int, mixed>
- $header : HeaderRowDescriptor|null = null
- $footer : FooterRowDescriptor|null = null
- $lineSize : int|null = null
getDetails()
public
getDetails() : array<string|int, DetailRowDescriptor>
Return values
array<string|int, DetailRowDescriptor>getFooter()
public
getFooter() : FooterRowDescriptor|null
Return values
FooterRowDescriptor|nullgetHeader()
public
getHeader() : HeaderRowDescriptor|null
Return values
HeaderRowDescriptor|nullgetLineSize()
public
getLineSize() : int
Return values
intvalidateLineSizes()
protected
validateLineSizes() : void