Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
22 | class RomanVariable |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * @param null $number |
||
|
|||
27 | * @return string|null |
||
28 | */ |
||
29 | public function getRoman($number = null) |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @param null $romanNumerals |
||
36 | * @return string|null |
||
37 | */ |
||
38 | public function getNumber($romanNumerals = null) |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * @return string|null |
||
45 | */ |
||
46 | public function currentYear() |
||
51 |