Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Code Lines | 13 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | public function default_model() |
||
15 | { |
||
16 | return array( |
||
17 | 'id' => '', |
||
18 | 'disabled' => false, |
||
19 | 'readonly' => false, |
||
20 | 'label_start' => null, |
||
21 | 'label_doing' => 'Processing...', |
||
22 | 'label_done' => 'Done', |
||
23 | 'label_error' => 'Error', |
||
24 | 'request_url' => null, |
||
25 | 'request_data' => array(), |
||
26 | 'request_method' => 'POST', |
||
27 | 'show' => null |
||
28 | ); |
||
29 | } |
||
30 | |||
40 | } |