コード例 #1
0
ファイル: Host.php プロジェクト: euidzero/centreon-clapi
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Host();
     $this->secondObject = new Centreon_Object_Host();
 }
コード例 #2
0
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Dependency();
     $this->secondObject = new Centreon_Object_Service_Group();
 }
コード例 #3
0
ファイル: Service.php プロジェクト: euidzero/centreon-clapi
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Service_Category();
     $this->secondObject = new Centreon_Object_Service();
 }
コード例 #4
0
ファイル: Host.php プロジェクト: euidzero/centreon-clapi
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Service_Template();
     $this->secondObject = new Centreon_Object_Host_Template();
 }
コード例 #5
0
ファイル: Service.php プロジェクト: euidzero/centreon-clapi
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->firstObject = new Centreon_Object_Contact_Group();
     $this->secondObject = new Centreon_Object_Service();
 }