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…
Reference in New Issue