PATH:
home
/
lab2454c
/
nfsin.com
/
wp-content
/
plugins
/
svg-support
/
vendor
/
enshrined
/
svg-sanitize
/
src
/
data
<?php namespace enshrined\svgSanitize\data; /** * Interface TagInterface * * @package enshrined\svgSanitize\tags */ interface TagInterface { /** * Returns an array of tags * * @return array */ public static function getTags(); }
[-] AllowedAttributes.php
[edit]
[+]
..
[-] AllowedTags.php
[edit]
[-] AttributeInterface.php
[edit]
[-] XPath.php
[edit]
[-] .htaccess
[edit]
[-] TagInterface.php
[edit]