예제 #1
0
파일: Broker.php 프로젝트: rk4an/centreon
 /**
  * 
  * @param type $content
  */
 public function __construct($content)
 {
     parent::__construct($content);
     $this->setBrokerModes();
 }
예제 #2
0
 /**
  * 
  * @param array $content
  */
 public function __construct($content)
 {
     parent::__construct($content);
 }