Свойство | Тип | Описание | |
---|---|---|---|
$recursiveLabelSeparator | string | Separator for building recursive labels (or paths) |
Метод | Описание | |
---|---|---|
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). |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
flattenRow ( |
protected flattenDataTableInto ( $dataTable, $newDataTable, $prefix = '', $logo = false ) | ||
$dataTable | DataTable | |
$newDataTable |
public includeAggregateRows ( ) |
protected manipulateDataTable ( |
||
$dataTable | ||
Результат |
protected manipulateSubtableRequest ( array $request ) : array | ||
$request | array | |
Результат | array |
public string $recursiveLabelSeparator | ||
Результат | string |