RecordCollector
in package
Record collector class.
Table of Contents
- getAllByType() : array<string|int, Base>
- Get active record collector by type.
- getInstance() : Base|null
- Get record collector instance.
Methods
getAllByType()
Get active record collector by type.
public
static getAllByType(string $displayType, string $moduleName) : array<string|int, Base>
Parameters
- $displayType : string
- $moduleName : string
Return values
array<string|int, Base> —getInstance()
Get record collector instance.
public
static getInstance(string $className, string $moduleName) : Base|null
Parameters
- $className : string
- $moduleName : string