Exemple #1
0
 public function __construct(Config $config, Scope $scope, $redirectUrl = null)
 {
     parent::__construct($config, $scope, $redirectUrl);
     $this->get(null, $this->fields);
 }