Beispiel #1
0
 /**
  * 
  * @param type $content
  */
 public function __construct($content)
 {
     parent::__construct($content);
     $this->setBrokerModes();
 }
Beispiel #2
0
 /**
  * 
  * @param array $content
  */
 public function __construct($content)
 {
     parent::__construct($content);
 }