mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Livestatus\Query: remove obsolete properties
This commit is contained in:
parent
39a995cc6f
commit
48dfb1bb70
@ -10,15 +10,6 @@ use Icinga\Exception\IcingaException;
|
||||
class Query extends SimpleQuery
|
||||
{
|
||||
|
||||
protected $connection;
|
||||
protected $table;
|
||||
protected $filters = array();
|
||||
protected $limit_count;
|
||||
protected $limit_offset;
|
||||
protected $columns;
|
||||
protected $order_columns = array();
|
||||
protected $count = false;
|
||||
|
||||
public function hasColumns()
|
||||
{
|
||||
return $this->columns !== null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user