Piwik\ArchiveProcessor\
Since Matomo 5.0.0
The class defines the following methods:
make()
setPlugin()
setName()
setColumnToSortByBeforeTruncation()
setMaxRowsInTable()
setMaxRowsInSubtable()
getPlugin()
getName()
getColumnToSortByBeforeTruncation()
getMaxRowsInTable()
getMaxRowsInSubtable()
setType()
getType()
setIsCountOfBlobRecordRows()
getCountOfRecordName()
getCountOfRecordNameIsRecursive()
setColumnToRenameAfterAggregation()
getColumnToRenameAfterAggregation()
setBlobColumnAggregationOps()
getBlobColumnAggregationOps()
setMultiplePeriodTransform()
getMultiplePeriodTransform()
make()
It accepts the following parameter(s):
$type
$name
It does not return anything or a mixed result.
setPlugin()
It accepts the following parameter(s):
$plugin
(string
|null
) —It returns a Record
value.
setName()
It accepts the following parameter(s):
$name
(string
) —It returns a Record
value.
setColumnToSortByBeforeTruncation()
It accepts the following parameter(s):
$columnToSortByBeforeTruncation
(int
|string
) —It returns a Record
value.
setMaxRowsInTable()
It accepts the following parameter(s):
$maxRowsInTable
(int
|null
) —It returns a Record
value.
setMaxRowsInSubtable()
It accepts the following parameter(s):
$maxRowsInSubtable
(int
|null
) —It returns a Record
value.
getPlugin()
string
|null
—getName()
string
value.getColumnToSortByBeforeTruncation()
int
|string
—getMaxRowsInTable()
int
|null
—getMaxRowsInSubtable()
int
|null
—setType()
It accepts the following parameter(s):
$type
(string
) —It returns a Record
value.
getType()
string
value.setIsCountOfBlobRecordRows()
It accepts the following parameter(s):
$dependentRecordName
(string
) —
$isRecursive
(bool
) —
It returns a Record
value.
getCountOfRecordName()
string
|null
—getCountOfRecordNameIsRecursive()
bool
value.setColumnToRenameAfterAggregation()
It accepts the following parameter(s):
$columnToRenameAfterAggregation
(array
|null
) —It returns a Record
value.
getColumnToRenameAfterAggregation()
array
|null
—setBlobColumnAggregationOps()
It accepts the following parameter(s):
$blobColumnAggregationOps
(array
|null
) —It returns a Record
value.
getBlobColumnAggregationOps()
array
|null
—setMultiplePeriodTransform()
It accepts the following parameter(s):
$multiplePeriodTransform
(callable
|null
) —It returns a Record
value.
getMultiplePeriodTransform()
callable
|null
—