mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +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
|
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()
|
public function hasColumns()
|
||||||
{
|
{
|
||||||
return $this->columns !== null;
|
return $this->columns !== null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user