mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Monitoring\Object: small fix for strange private's
This commit is contained in:
parent
a7b8e0023d
commit
8b28bdc82a
@ -33,6 +33,7 @@ abstract class AbstractObject
|
|||||||
public $customvars = array();
|
public $customvars = array();
|
||||||
public $events = array();
|
public $events = array();
|
||||||
|
|
||||||
|
protected $view;
|
||||||
private $properties = array();
|
private $properties = array();
|
||||||
private $request = null;
|
private $request = null;
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@ class Host extends AbstractObject
|
|||||||
{
|
{
|
||||||
public $type = 'host';
|
public $type = 'host';
|
||||||
public $prefix = 'host_';
|
public $prefix = 'host_';
|
||||||
private $view = null;
|
|
||||||
|
|
||||||
protected function applyObjectFilter(Query $query)
|
protected function applyObjectFilter(Query $query)
|
||||||
{
|
{
|
||||||
|
@ -9,7 +9,6 @@ class Service extends AbstractObject
|
|||||||
{
|
{
|
||||||
public $type = 'service';
|
public $type = 'service';
|
||||||
public $prefix = 'service_';
|
public $prefix = 'service_';
|
||||||
private $view = null;
|
|
||||||
|
|
||||||
protected function applyObjectFilter(Query $query)
|
protected function applyObjectFilter(Query $query)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user