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