ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
enshrined\svgSanitize\data\AllowedTags Class Reference
+ Inheritance diagram for enshrined\svgSanitize\data\AllowedTags:
+ Collaboration diagram for enshrined\svgSanitize\data\AllowedTags:

Static Public Member Functions

static getTags ()
 Returns an array of tags. More...
 

Detailed Description

Definition at line 12 of file AllowedTags.php.

Member Function Documentation

◆ getTags()

static enshrined\svgSanitize\data\AllowedTags::getTags ( )
static

Returns an array of tags.

Returns
array

Implements enshrined\svgSanitize\data\TagInterface.

Definition at line 20 of file AllowedTags.php.

Referenced by enshrined\svgSanitize\Sanitizer\__construct().

21  {
22  return array (
23  // HTML
24  'a','abbr','acronym','address','area','article','aside','audio','b',
25  'bdi','bdo','big','blink','blockquote','body','br','button','canvas',
26  'caption','center','cite','code','col','colgroup','content','data',
27  'datalist','dd','decorator','del','details','dfn','dir','div','dl','dt',
28  'element','em','fieldset','figcaption','figure','font','footer','form',
29  'h1','h2','h3','h4','h5','h6','head','header','hgroup','hr','html','i',
30  'img','input','ins','kbd','label','legend','li','main','map','mark',
31  'marquee','menu','menuitem','meter','nav','nobr','ol','optgroup',
32  'option','output','p','pre','progress','q','rp','rt','ruby','s','samp',
33  'section','select','shadow','small','source','spacer','span','strike',
34  'strong','style','sub','summary','sup','table','tbody','td','template',
35  'textarea','tfoot','th','thead','time','tr','track','tt','u','ul','var',
36  'video','wbr',
37 
38  // SVG
39  'svg','altglyph','altglyphdef','altglyphitem','animatecolor',
40  'animatemotion','animatetransform','circle','clippath','defs','desc',
41  'ellipse','filter','font','g','glyph','glyphref','hkern','image','line',
42  'lineargradient','marker','mask','metadata','mpath','path','pattern',
43  'polygon','polyline','radialgradient','rect','stop','switch','symbol',
44  'text','textpath','title','tref','tspan','view','vkern',
45 
46  // SVG Filters
47  'feblend','fecolormatrix','fecomponenttransfer','fecomposite',
48  'feconvolvematrix','fediffuselighting','fedisplacementmap',
49  'feflood','fefunca','fefuncb','fefuncg','fefuncr','fegaussianblur',
50  'femerge','femergenode','femorphology','feoffset',
51  'fespecularlighting','fetile','feturbulence',
52 
53  //MathML
54  'math','menclose','merror','mfenced','mfrac','mglyph','mi','mlabeledtr',
55  'mmuliscripts','mn','mo','mover','mpadded','mphantom','mroot','mrow',
56  'ms','mpspace','msqrt','mystyle','msub','msup','msubsup','mtable','mtd',
57  'mtext','mtr','munder','munderover',
58 
59  //text
60  '#text'
61  );
62  }
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: