Your IP : 216.73.216.84


Current Path : /home/helpink/www/libraries/vendor/enshrined/svg-sanitize/src/data/
Upload File :
Current File : /home/helpink/www/libraries/vendor/enshrined/svg-sanitize/src/data/AttributeInterface.php

<?php
namespace enshrined\svgSanitize\data;

/**
 * Class AttributeInterface
 *
 * @package enshrined\svgSanitize\data
 */
interface AttributeInterface
{

    /**
     * Returns an array of attributes
     *
     * @return array
     */
    public static function getAttributes();
}