D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
enshrined
/
svg-sanitize
/
src
/
data
/
Filename :
AttributeInterface.php
back
Copy
<?php namespace enshrined\svgSanitize\data; /** * Class AttributeInterface * * @package enshrined\svgSanitize\data */ interface AttributeInterface { /** * Returns an array of attributes * * @return array */ public static function getAttributes(); }