Example #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct()
 {
     parent::__construct();
     $this->settings = new BaseUrlSettings($this, $this->config);
 }