Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | public function __construct($params){ |
||
27 | if(is_null($params)) |
||
28 | return; |
||
29 | $this->callback = data_get($params,'callback'); |
||
30 | $this->called_at = data_get($params,'called_at'); |
||
31 | $this->raw_response = data_get($params,'raw_response'); |
||
32 | $this->response_code = data_get($params,'response_code'); |
||
33 | } |
||
45 |