PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.8
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.8
2.1.8 2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 All 108 releases
b-blocks / vendor / enshrined / svg-sanitize / src / data / AttributeInterface.php

AttributeInterface.php in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.8, at vendor/enshrined/svg-sanitize/src/data/AttributeInterface.php

19 lines 283 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace enshrined\svgSanitize\data;
3
4 /**
5 * Class AttributeInterface
6 *
7 * @package enshrined\svgSanitize\data
8 */
9 interface AttributeInterface
10 {
11
12 /**
13 * Returns an array of attributes
14 *
15 * @return array
16 */
17 public static function getAttributes();
18 }
19