Skip to content

Commit 4e77fa7

Browse files
authored
Add mUserParam property to ListView class (#992)
Fix #869
1 parent be6ad81 commit 4e77fa7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

formats/filtered/src/View/ListView.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ListView extends View {
3232
private $mOutroTemplate;
3333
private $mNamedArgs;
3434
private $mShowHeaders;
35+
private $mUserParam;
3536

3637
/** @var array */
3738
private $params;

0 commit comments

Comments
 (0)