| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | public function __construct($errcode, $a1 = null, $a2 = null, $a3 = null, $a4 = null, $a5 = null) |
||
| 13 | { |
||
| 14 | // make sure everything is assigned properly |
||
| 15 | $errtxt = new ErrMsgText(); |
||
| 16 | JpGraphError::SetTitle('JpGraph Error: ' . $errcode); |
||
| 17 | parent::__construct($errtxt->Get($errcode, $a1, $a2, $a3, $a4, $a5), 0); |
||
| 18 | } |
||
| 20 |