ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
ilSystemStyleIconExceptionTest.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
require_once(
'libs/composer/vendor/autoload.php'
);
22
include_once(
'Services/Style/System/test/Exceptions/ilSystemStyleExceptionBaseTest.php'
);
23
24
class
ilSystemStyleIconExceptionTest
extends
ilSystemStyleExceptionBaseTest
25
{
26
protected
function
getClassName
(): string
27
{
28
return
'ilSystemStyleIconException'
;
29
}
30
}
ilSystemStyleExceptionBaseTest
Definition:
ilSystemStyleExceptionBaseTest.php:25
ilSystemStyleIconExceptionTest
Definition:
ilSystemStyleIconExceptionTest.php:24
ilSystemStyleIconExceptionTest\getClassName
getClassName()
Definition:
ilSystemStyleIconExceptionTest.php:26
Services
Style
System
test
Exceptions
ilSystemStyleIconExceptionTest.php
Generated on Wed Sep 3 2025 22:02:43 for ILIAS by
1.8.13 (using
Doxyfile
)