Property | Type | Description | |
---|---|---|---|
$recursiveLabelSeparator | string | Separator for building recursive labels (or paths) |
Method | Description | |
---|---|---|
flatten ( |
||
includeAggregateRows ( ) | If the flattener is used after calling this method, aggregate rows will be included in the result. This can be useful when they contain data that the leafs don't have (e.g. conversion stats in some cases). |
Method | Description | |
---|---|---|
flattenDataTableInto ( $dataTable, $newDataTable, $prefix = '', $logo = false ) | ||
manipulateDataTable ( |
Template method called from self::manipulate. | |
manipulateSubtableRequest ( array $request ) : array | Remove the flat parameter from the subtable request |
Method | Description | |
---|---|---|
flattenRow ( |
protected flattenDataTableInto ( $dataTable, $newDataTable, $prefix = '', $logo = false ) | ||
$dataTable | DataTable | |
$newDataTable |
public includeAggregateRows ( ) |
protected manipulateDataTable ( |
||
$dataTable | ||
return |
protected manipulateSubtableRequest ( array $request ) : array | ||
$request | array | |
return | array |
public string $recursiveLabelSeparator | ||
return | string |