ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
example_cleaned.php
Go to the documentation of this file.
1
<?php
2
19
// PSR-12
20
21
namespace
Vendor\Package
;
22
23
use BarClass as Bar;
24
use
FooInterface
;
25
use
OtherVendor\OtherPackage\BazClass
;
26
use
ZPackage
;
27
28
class
Foo
extends
Bar implements
FooInterface
29
{
30
public
function
sampleMethod
(
$a
,
$b
=
null
)
31
{
32
if
(
$a
===
$b
) {
33
\Vendor\Package\bar
();
34
} elseif (
$a
>
$b
) {
35
$foo
->bar($arg1);
36
}
else
{
37
BazClass::bar
($arg2, $arg3);
38
}
39
}
40
41
final
public
static
function
bar
()
42
{
43
// method body
44
}
45
}
46
48
// cast_spaces
49
$a
= 0;
$b
= 0;
$c
= 0;
$d
= 0;
$e
= 0 ;
$f
= 0;
50
$bar
= (string)
$a
;
51
$foo
= (
int
)
$b
;
52
// concat_space
53
$foo
=
'bar'
. 3 .
'baz'
.
'qux'
;
54
// binary_operator_spaces
55
$a
= 1 +
$b
^
$d
!==
$e
or
$f
;
56
// unary_operator_spaces
57
$sample
= 0;
58
$sample
++;
59
//Unused blank lines: begin
60
61
//Unused blank lines: end
62
--
$sample
;
63
$sample
= !!
$a
;
64
$sample
= ~
$c
;
65
function
&
foo
()
66
{
67
}
68
// function_typehint_space
69
function
sample
(array
$a
)
70
{
71
}
72
// return_type_declaration
73
function
bar
(
int
$a
): string
74
{
75
};
76
// whitespace_after_comma_in_array
77
$sample
= array(1,
'a'
,
$b
,);
Vendor\Package\foo
& foo()
Definition:
example_cleaned.php:65
Vendor\Package\$e
$e
Definition:
example_cleaned.php:49
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
Vendor\Package\sample
sample(array $a)
Definition:
example_cleaned.php:69
Vendor\Package\$bar
$bar
Definition:
example_cleaned.php:50
Vendor\Package\$d
$d
Definition:
example_cleaned.php:49
Vendor\Package\Foo\bar
static bar()
Definition:
example_cleaned.php:41
Vendor\Package\$f
$f
Definition:
example_cleaned.php:49
Vendor\Package\$foo
$foo
Definition:
example_cleaned.php:51
Vendor\Package\$sample
$sample
Definition:
example_cleaned.php:57
Vendor\Package
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
example_cleaned.php:21
Vendor\Package\$b
$b
Definition:
example_cleaned.php:49
ZPackage
FooInterface
Vendor\Package\Foo\sampleMethod
sampleMethod($a, $b=null)
Definition:
example_cleaned.php:30
Vendor\Package\$a
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
Definition:
example_cleaned.php:49
Vendor\Package\$c
$c
Definition:
example_cleaned.php:49
BazClass
Vendor\Package\bar
bar(int $a)
Definition:
example_cleaned.php:73
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
Vendor\Package\Foo
Definition:
example_cleaned.php:28
scripts
PHP-CS-Fixer
example
example_cleaned.php
Generated on Wed Apr 2 2025 23:04:10 for ILIAS by
1.8.13 (using
Doxyfile
)