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
}
php
An exception for terminatinating execution or to throw for unit testing.
enshrined\svgSanitize\Tests\Fixtures\TestAllowedAttributes
Definition:
TestAllowedAttributes.php:7
enshrined\svgSanitize\Tests\Fixtures\TestAllowedAttributes\getAttributes
static getAttributes()
Returns an array of attributes.
Definition:
TestAllowedAttributes.php:13
enshrined\svgSanitize\data\AttributeInterface
Definition:
AttributeInterface.php:11
enshrined\svgSanitize\Tests\Fixtures
Definition:
TestAllowedAttributes.php:2
libs
composer
vendor
enshrined
svg-sanitize
tests
Fixtures
TestAllowedAttributes.php
Generated on Tue Sep 30 2025 19:00:51 for ILIAS by
1.9.4 (using
Doxyfile
)