TraceLinker extends Builder
FinalYes
Class TraceLinker.
Table of Contents
Methods
- __construct() : mixed
- Builder constructor.
- getCompleteLabel() : string|null
- Get complete label.
- getErrorCollection() : mixed
- getErrorMessages() : mixed
- hasErrors() : mixed
- isComplete() : mixed
- run() : mixed
- setData() : $this
- Set data.
- setPeriod() : $this
- Set period.
- setSourceId() : $this
- Set source ID.
Methods
__construct()
Builder constructor.
public
__construct() : mixed
getCompleteLabel()
Get complete label.
public
getCompleteLabel() : string|null
Return values
string|nullgetErrorCollection()
public
getErrorCollection() : mixed
getErrorMessages()
public
getErrorMessages() : mixed
hasErrors()
public
hasErrors() : mixed
isComplete()
public
final isComplete() : mixed
run()
public
final run() : mixed
setData()
Set data.
public
setData(array<string|int, mixed> $data) : $this
Parameters
- $data : array<string|int, mixed>
-
Data.
Return values
$thissetPeriod()
Set period.
public
setPeriod(Date $dateFrom, Date $dateTo) : $this
Parameters
Return values
$thissetSourceId()
Set source ID.
public
setSourceId(int $sourceId) : $this
Parameters
- $sourceId : int
-
Source ID.