Revision b2548946
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
SL/Presenter/EscapedText.pm | ||
---|---|---|
56 | 56 |
|
57 | 57 |
# internal magic |
58 | 58 |
sub escaped_text { |
59 |
my ($self) = @_; |
|
60 |
return $self->{text}; |
|
59 |
$_[0]{text}; |
|
61 | 60 |
} |
62 | 61 |
|
63 | 62 |
sub TO_JSON { |
Auch abrufbar als: Unified diff
EscapedText: hotpath micro optimierungen