Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Host();
     $this->secondObject = new Centreon_Object_Host();
 }
Example #2
0
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Dependency();
     $this->secondObject = new Centreon_Object_Service_Group();
 }
Example #3
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Service_Category();
     $this->secondObject = new Centreon_Object_Service();
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Service_Template();
     $this->secondObject = new Centreon_Object_Host_Template();
 }
Example #5
0
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Contact_Group();
     $this->secondObject = new Centreon_Object_Service();
 }