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