ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
Example.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\CI\Rector\ilUtils
;
22
23
class
Example
24
{
25
protected
function
foo
(): void
26
{
27
\ilUtil::sendFailure(
'my_text'
,
true
);
28
\ilUtil::sendSuccess(
'my_text'
,
true
);
29
\ilUtil::sendQuestion(
'my_text'
,
true
);
30
}
31
32
protected
static
function
bar
(): void
33
{
34
\ilUtil::sendInfo(
'my_text'
,
true
);
35
}
36
}
ILIAS\CI\Rector\ilUtils\Example\bar
static bar()
Definition:
Example.php:32
ILIAS\CI\Rector\ilUtils
Definition:
Example.php:21
ILIAS\CI\Rector\ilUtils\Example
Definition:
Example.php:23
ILIAS\CI\Rector\ilUtils\Example\foo
foo()
Definition:
Example.php:25
CI
Rector
ilUtils
Example.php
Generated on Wed Sep 10 2025 14:10:28 for ILIAS by
1.8.13 (using
Doxyfile
)