Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
optometrists
/
cache
/
cache
/
cache
/
cache
/
cache
/
cache
/
cache
/
.wp-cli
/
wp-content
/
plugins
/
svg-support
/
vendor
/
enshrined
/
svg-sanitize
/
src
/
data
:
AttributeInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace enshrined\svgSanitize\data; /** * Class AttributeInterface * * @package enshrined\svgSanitize\data */ interface AttributeInterface { /** * Returns an array of attributes * * @return array */ public static function getAttributes(); }