| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | 2 | public function __construct($module_name, $server_name = null, $code_page = null, $type_lib = null) |
|
| 18 | { |
||
| 19 | 2 | parent::__construct(); |
|
| 20 | |||
| 21 | 2 | $this->module_name = $module_name; |
|
| 22 | 2 | $this->server_name = $server_name; |
|
| 23 | 2 | $this->code_page = $code_page; |
|
| 24 | 2 | $this->type_lib = $type_lib; |
|
| 25 | 2 | } |
|
| 27 |