diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-07-07 20:31:22 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-07-07 20:31:22 +0300 |
commit | 6c081f3aff64689ed3b77bfeec1d2e0005fe5286 (patch) | |
tree | ceaeb1c9b235a7f701039d11da145bd18ae98be3 /lib/SkinStringModificationType.php |
initial
Diffstat (limited to 'lib/SkinStringModificationType.php')
-rw-r--r-- | lib/SkinStringModificationType.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/SkinStringModificationType.php b/lib/SkinStringModificationType.php new file mode 100644 index 0000000..61959ff --- /dev/null +++ b/lib/SkinStringModificationType.php @@ -0,0 +1,7 @@ +<?php + +enum SkinStringModificationType { + case RAW; + case URL; + case HTML; +}
\ No newline at end of file |