Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TokenUiComponent.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Vault\Model\Ui;
7 
9 {
13  private $config;
14 
18  private $name;
19 
24  public function __construct(
25  array $config,
26  $name
27  ) {
28  $this->config = $config;
29  $this->name = $name;
30  }
31 
37  public function getConfig()
38  {
39  return $this->config;
40  }
41 
47  public function getName()
48  {
49  return $this->name;
50  }
51 }
$config
Definition: fraud_order.php:17