mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
parent
ad20d35e78
commit
e4f331bff9
@ -45,18 +45,6 @@ abstract class DataView implements QueryInterface, SortRules, IteratorAggregate
|
|||||||
$this->connection = $connection;
|
$this->connection = $connection;
|
||||||
$this->query = $connection->query($this->getQueryName(), $columns);
|
$this->query = $connection->query($this->getQueryName(), $columns);
|
||||||
$this->filter = Filter::matchAll();
|
$this->filter = Filter::matchAll();
|
||||||
$this->init();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Initializer for `distinct purposes
|
|
||||||
*
|
|
||||||
* Implemented for `distinct as workaround
|
|
||||||
*
|
|
||||||
* @TODO Subject to change, see #7344
|
|
||||||
*/
|
|
||||||
public function init()
|
|
||||||
{
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user