ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
TestAllowedAttributes.php
Go to the documentation of this file.
1
<?php
2
namespace
enshrined\svgSanitize\Tests\Fixtures
;
3
4
use
enshrined\svgSanitize\data\AttributeInterface
;
5
6
class
TestAllowedAttributes
implements
AttributeInterface
7
{
13
public
static
function
getAttributes
()
14
{
15
return
array
(
16
'testAttribute'
,
17
);
18
}
19
}
AttributeInterface
enshrined\svgSanitize\Tests\Fixtures
Definition:
TestAllowedAttributes.php:2
enshrined\svgSanitize\Tests\Fixtures\TestAllowedAttributes\getAttributes
static getAttributes()
Returns an array of attributes.
Definition:
TestAllowedAttributes.php:13
enshrined\svgSanitize\Tests\Fixtures\TestAllowedAttributes
Definition:
TestAllowedAttributes.php:6
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
enshrined\svgSanitize\data\AttributeInterface
Definition:
AttributeInterface.php:10
libs
composer
vendor
enshrined
svg-sanitize
tests
Fixtures
TestAllowedAttributes.php
Generated on Sat Aug 30 2025 19:01:00 for ILIAS by
1.8.13 (using
Doxyfile
)