/**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->parameters = $this->getDefaultParameters();
 }
Exemple #2
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct(new ParameterBag($this->getDefaultParameters()));
 }
Exemple #3
0
 public function __construct()
 {
     parent::__construct();
     $this->__bar = new stdClass();
     $this->__foo_bar = new stdClass();
     $this->__foo_baz = new stdClass();
 }