diff options
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 |