index
:
pure_php_templates.git
master
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
SkinStringModificationType.php
blob: 61959ff6d6cfd0682c7638d8f968ec222ff041f4 (
plain
)
1
2
3
4
5
6
7
<?php enum SkinStringModificationType { case RAW; case URL; case HTML; }