Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | protected function cbFormLoader() |
||
18 | { |
||
19 | $this->data_inputan = $this->form; |
||
20 | $this->data['forms'] = $this->data_inputan; |
||
|
|||
21 | $this->data['addMoreButton'] = $this->addMoreButton; |
||
22 | $this->data['buttonCancel'] = $this->buttonCancel; |
||
23 | $this->data['button_save'] = $this->button_save; |
||
24 | } |
||
37 | } |