mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
parent
fa1e3a763d
commit
9ad14fc644
@ -41,7 +41,7 @@ class FilterEditor extends AbstractWidget
|
|||||||
|
|
||||||
protected $ignoreParams = array();
|
protected $ignoreParams = array();
|
||||||
|
|
||||||
protected $searchColumns = null;
|
protected $searchColumns;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
@ -84,7 +84,7 @@ class FilterEditor extends AbstractWidget
|
|||||||
*
|
*
|
||||||
* @return $this
|
* @return $this
|
||||||
*/
|
*/
|
||||||
public function setSearchColumns(array $searchColumns)
|
public function setSearchColumns(array $searchColumns = null)
|
||||||
{
|
{
|
||||||
$this->searchColumns = $searchColumns;
|
$this->searchColumns = $searchColumns;
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user