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