Skip to content

Commit 9a0bbfb

Browse files
author
Piwik Docs
committed
updated plugins API documentation
1 parent e46bcd9 commit 9a0bbfb

35 files changed

Lines changed: 103 additions & 103 deletions

docs/5.x/generated/Piwik/DataTable/BaseFilter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Manipulates a DataTable in some way.
4848
- It accepts the following parameter(s):
4949
- `$table` ([`DataTable`](../../Piwik/DataTable.md)) —
5050

51-
- It does not return anything or a mixed result.
51+
- It returns a `void` value.
5252

5353
<a name="enablerecursive" id="enablerecursive"></a>
5454
<a name="enableRecursive" id="enableRecursive"></a>
@@ -62,7 +62,7 @@ is up to the derived BaseFilter class.
6262
- It accepts the following parameter(s):
6363
- `$enable` (`bool`) &mdash;
6464

65-
- It does not return anything or a mixed result.
65+
- It returns a `void` value.
6666

6767
<a name="filtersubtable" id="filtersubtable"></a>
6868
<a name="filterSubTable" id="filterSubTable"></a>
@@ -75,5 +75,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
7575
- It accepts the following parameter(s):
7676
- `$row` ([`Row`](../../Piwik/DataTable/Row.md)) &mdash;
7777
The row whose subtable should be filter.
78-
- It does not return anything or a mixed result.
78+
- It returns a `void` value.
7979

docs/5.x/generated/Piwik/DataTable/Filter/AddColumnsProcessedMetrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ more information.
5656
- It accepts the following parameter(s):
5757
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
5858

59-
- It does not return anything or a mixed result.
59+
- It returns a `void` value.
6060

6161
<a name="enablerecursive" id="enablerecursive"></a>
6262
<a name="enableRecursive" id="enableRecursive"></a>
@@ -70,7 +70,7 @@ is up to the derived BaseFilter class.
7070
- It accepts the following parameter(s):
7171
- `$enable` (`bool`) &mdash;
7272

73-
- It does not return anything or a mixed result.
73+
- It returns a `void` value.
7474

7575
<a name="filtersubtable" id="filtersubtable"></a>
7676
<a name="filterSubTable" id="filterSubTable"></a>
@@ -83,5 +83,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
8383
- It accepts the following parameter(s):
8484
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
8585
The row whose subtable should be filter.
86-
- It does not return anything or a mixed result.
86+
- It returns a `void` value.
8787

docs/5.x/generated/Piwik/DataTable/Filter/AddColumnsProcessedMetricsGoal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ more information.
7575
- It accepts the following parameter(s):
7676
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
7777

78-
- It does not return anything or a mixed result.
78+
- It returns a `void` value.
7979

8080
<a name="enablerecursive" id="enablerecursive"></a>
8181
<a name="enableRecursive" id="enableRecursive"></a>
@@ -89,7 +89,7 @@ is up to the derived BaseFilter class.
8989
- It accepts the following parameter(s):
9090
- `$enable` (`bool`) &mdash;
9191

92-
- It does not return anything or a mixed result.
92+
- It returns a `void` value.
9393

9494
<a name="filtersubtable" id="filtersubtable"></a>
9595
<a name="filterSubTable" id="filterSubTable"></a>
@@ -102,7 +102,7 @@ Filters a row's subtable, if one exists and is loaded in memory.
102102
- It accepts the following parameter(s):
103103
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
104104
The row whose subtable should be filter.
105-
- It does not return anything or a mixed result.
105+
- It returns a `void` value.
106106

107107
<a name="getprocessonlyidgoaltouseforreport" id="getprocessonlyidgoaltouseforreport"></a>
108108
<a name="getProcessOnlyIdGoalToUseForReport" id="getProcessOnlyIdGoalToUseForReport"></a>

docs/5.x/generated/Piwik/DataTable/Filter/AddSegmentByLabel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ See [AddSegmentByLabel](/api-reference/Piwik/DataTable/Filter/AddSegmentByLabel)
4949
- It accepts the following parameter(s):
5050
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
5151

52-
- It does not return anything or a mixed result.
52+
- It returns a `void` value.
5353

5454
<a name="enablerecursive" id="enablerecursive"></a>
5555
<a name="enableRecursive" id="enableRecursive"></a>
@@ -63,7 +63,7 @@ is up to the derived BaseFilter class.
6363
- It accepts the following parameter(s):
6464
- `$enable` (`bool`) &mdash;
6565

66-
- It does not return anything or a mixed result.
66+
- It returns a `void` value.
6767

6868
<a name="filtersubtable" id="filtersubtable"></a>
6969
<a name="filterSubTable" id="filterSubTable"></a>
@@ -76,5 +76,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
7676
- It accepts the following parameter(s):
7777
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
7878
The row whose subtable should be filter.
79-
- It does not return anything or a mixed result.
79+
- It returns a `void` value.
8080

docs/5.x/generated/Piwik/DataTable/Filter/AddSegmentByLabelMapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See [AddSegmentByLabelMapping](/api-reference/Piwik/DataTable/Filter/AddSegmentB
4747
- It accepts the following parameter(s):
4848
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
4949

50-
- It does not return anything or a mixed result.
50+
- It returns a `void` value.
5151

5252
<a name="enablerecursive" id="enablerecursive"></a>
5353
<a name="enableRecursive" id="enableRecursive"></a>
@@ -61,7 +61,7 @@ is up to the derived BaseFilter class.
6161
- It accepts the following parameter(s):
6262
- `$enable` (`bool`) &mdash;
6363

64-
- It does not return anything or a mixed result.
64+
- It returns a `void` value.
6565

6666
<a name="filtersubtable" id="filtersubtable"></a>
6767
<a name="filterSubTable" id="filterSubTable"></a>
@@ -74,5 +74,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
7474
- It accepts the following parameter(s):
7575
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
7676
The row whose subtable should be filter.
77-
- It does not return anything or a mixed result.
77+
- It returns a `void` value.
7878

docs/5.x/generated/Piwik/DataTable/Filter/AddSegmentByRangeLabel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Generates a segment filter based on the label column and the given segment name
4242
- It accepts the following parameter(s):
4343
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
4444

45-
- It does not return anything or a mixed result.
45+
- It returns a `void` value.
4646

4747
<a name="enablerecursive" id="enablerecursive"></a>
4848
<a name="enableRecursive" id="enableRecursive"></a>
@@ -56,7 +56,7 @@ is up to the derived BaseFilter class.
5656
- It accepts the following parameter(s):
5757
- `$enable` (`bool`) &mdash;
5858

59-
- It does not return anything or a mixed result.
59+
- It returns a `void` value.
6060

6161
<a name="filtersubtable" id="filtersubtable"></a>
6262
<a name="filterSubTable" id="filterSubTable"></a>
@@ -69,5 +69,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
6969
- It accepts the following parameter(s):
7070
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
7171
The row whose subtable should be filter.
72-
- It does not return anything or a mixed result.
72+
- It returns a `void` value.
7373

docs/5.x/generated/Piwik/DataTable/Filter/AddSegmentBySegmentValue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [AddSegmentBySegmentValue](/api-reference/Piwik/DataTable/Filter/AddSegmentB
4242
- It accepts the following parameter(s):
4343
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
4444

45-
- It does not return anything or a mixed result.
45+
- It returns a `void` value.
4646

4747
<a name="enablerecursive" id="enablerecursive"></a>
4848
<a name="enableRecursive" id="enableRecursive"></a>
@@ -56,7 +56,7 @@ is up to the derived BaseFilter class.
5656
- It accepts the following parameter(s):
5757
- `$enable` (`bool`) &mdash;
5858

59-
- It does not return anything or a mixed result.
59+
- It returns a `void` value.
6060

6161
<a name="filtersubtable" id="filtersubtable"></a>
6262
<a name="filterSubTable" id="filterSubTable"></a>
@@ -69,5 +69,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
6969
- It accepts the following parameter(s):
7070
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
7171
The row whose subtable should be filter.
72-
- It does not return anything or a mixed result.
72+
- It returns a `void` value.
7373

docs/5.x/generated/Piwik/DataTable/Filter/AddSegmentValue.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ See [ColumnCallbackAddMetadata](/api-reference/Piwik/DataTable/Filter/ColumnCall
4646
- It accepts the following parameter(s):
4747
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
4848

49-
- It does not return anything or a mixed result.
49+
- It returns a `void` value.
5050

5151
<a name="enablerecursive" id="enablerecursive"></a>
5252
<a name="enableRecursive" id="enableRecursive"></a>
@@ -60,7 +60,7 @@ is up to the derived BaseFilter class.
6060
- It accepts the following parameter(s):
6161
- `$enable` (`bool`) &mdash;
6262

63-
- It does not return anything or a mixed result.
63+
- It returns a `void` value.
6464

6565
<a name="filtersubtable" id="filtersubtable"></a>
6666
<a name="filterSubTable" id="filterSubTable"></a>
@@ -73,5 +73,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
7373
- It accepts the following parameter(s):
7474
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
7575
The row whose subtable should be filter.
76-
- It does not return anything or a mixed result.
76+
- It returns a `void` value.
7777

docs/5.x/generated/Piwik/DataTable/Filter/AddSummaryRow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Executes the filter. See [AddSummaryRow](/api-reference/Piwik/DataTable/Filter/A
4545
- It accepts the following parameter(s):
4646
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
4747

48-
- It does not return anything or a mixed result.
48+
- It returns a `void` value.
4949

5050
<a name="enablerecursive" id="enablerecursive"></a>
5151
<a name="enableRecursive" id="enableRecursive"></a>
@@ -59,7 +59,7 @@ is up to the derived BaseFilter class.
5959
- It accepts the following parameter(s):
6060
- `$enable` (`bool`) &mdash;
6161

62-
- It does not return anything or a mixed result.
62+
- It returns a `void` value.
6363

6464
<a name="filtersubtable" id="filtersubtable"></a>
6565
<a name="filterSubTable" id="filterSubTable"></a>
@@ -72,5 +72,5 @@ Filters a row's subtable, if one exists and is loaded in memory.
7272
- It accepts the following parameter(s):
7373
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
7474
The row whose subtable should be filter.
75-
- It does not return anything or a mixed result.
75+
- It returns a `void` value.
7676

docs/5.x/generated/Piwik/DataTable/Filter/BeautifyRangeLabels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ See [ColumnCallbackReplace](/api-reference/Piwik/DataTable/Filter/ColumnCallback
6262
- It accepts the following parameter(s):
6363
- `$table` ([`DataTable`](../../../Piwik/DataTable.md)) &mdash;
6464

65-
- It does not return anything or a mixed result.
65+
- It returns a `void` value.
6666

6767
<a name="enablerecursive" id="enablerecursive"></a>
6868
<a name="enableRecursive" id="enableRecursive"></a>
@@ -76,7 +76,7 @@ is up to the derived BaseFilter class.
7676
- It accepts the following parameter(s):
7777
- `$enable` (`bool`) &mdash;
7878

79-
- It does not return anything or a mixed result.
79+
- It returns a `void` value.
8080

8181
<a name="filtersubtable" id="filtersubtable"></a>
8282
<a name="filterSubTable" id="filterSubTable"></a>
@@ -89,7 +89,7 @@ Filters a row's subtable, if one exists and is loaded in memory.
8989
- It accepts the following parameter(s):
9090
- `$row` ([`Row`](../../../Piwik/DataTable/Row.md)) &mdash;
9191
The row whose subtable should be filter.
92-
- It does not return anything or a mixed result.
92+
- It returns a `void` value.
9393

9494
<a name="beautify" id="beautify"></a>
9595
<a name="beautify" id="beautify"></a>

0 commit comments

Comments
 (0)