| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 12 | class Form extends AbstractForm |
||
| 13 | { |
||
| 14 | public function initElements() |
||
| 15 | { |
||
| 16 | parent::initElements(); |
||
| 17 | $this->initElementSandbox(); |
||
| 18 | |||
| 19 | $this->addInput('apiKey', 'apiKey', false); |
||
| 20 | $this->addInput('publicKey', 'publicKey', false); |
||
| 21 | } |
||
| 22 | |||
| 23 | public function getDataFromModel() |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @return bool |
||
| 34 | */ |
||
| 35 | public function process() |
||
| 47 |