| Total Complexity | 9 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class JpGraphErrObject |
||
| 17 | { |
||
| 18 | protected $iTitle = 'JpGraph error: '; |
||
| 19 | protected $iDest = false; |
||
| 20 | |||
| 21 | public function __construct() |
||
| 23 | // Empty. Reserved for future use |
||
| 24 | } |
||
| 25 | |||
| 26 | public function SetTitle($aTitle) |
||
| 29 | } |
||
| 30 | |||
| 31 | public function SetStrokeDest($aDest) |
||
| 34 | } |
||
| 35 | |||
| 36 | // If aHalt is true then execution can't continue. Typical used for fatal errors |
||
| 37 | public function Raise($aMsg, $aHalt = false) |
||
| 65 |