PATH:
home
/
cf7x
/
public_html
/
wp-content_
/
plugins
/
file-manager-advanced
/
application
/
svg-sanitizer
/
src
/
data
<?php namespace enshrined\svgSanitize\data; /** * Class AttributeInterface * * @package enshrined\svgSanitize\data */ interface AttributeInterface { /** * Returns an array of attributes * * @return array */ public static function getAttributes(); }
[+]
..
[-] AllowedAttributes.php
[open]
[-] AllowedTags.php
[open]
[-] AttributeInterface.php
[open]
[-] TagInterface.php
[open]
[-] XPath.php
[open]