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