| Total Complexity | 6 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | trait CurrencyTrait |
||
| 22 | { |
||
| 23 | private ?Mailcode_Parser_Statement_Tokenizer_Token $currency = null; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @throws Mailcode_Exception |
||
| 27 | */ |
||
| 28 | protected function validateSyntax_check_currency(): void |
||
| 49 | } |
||
| 50 | |||
| 51 | public function isCurrencyPresent(): bool |
||
| 54 | } |
||
| 55 | |||
| 56 | public function getCurrencyToken(): ?Mailcode_Parser_Statement_Tokenizer_Token |
||
| 61 |