| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Mailcode_Parser_Statement_Tokenizer_Token_StringLiteral extends Mailcode_Parser_Statement_Tokenizer_Token implements Mailcode_Parser_Statement_Tokenizer_Type_Value |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Retrieves the text with the surrounding quotes. |
||
| 25 | * @return string |
||
| 26 | */ |
||
| 27 | public function getNormalized() : string |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Retrieves the text with the surrounding quotes. |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public function getValue() : string |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Retrieves the text without the surrounding quotes. |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | public function getText() : string |
||
| 52 |