| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 15 | 
| Code Lines | 12 | 
| 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 | );  | 
            ||
| 28 | }  | 
            ||
| 29 | |||
| 39 | }  |