ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
+
Files
File List
+
Globals
+
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
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
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Group.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
namespace
ILIAS\Refinery\Numeric
;
5
6
use
ILIAS\Data\Factory
;
7
use
ILIAS\Refinery\Numeric\IsNumeric
;
8
12
class
Group
13
{
17
private
$dataFactory
;
18
22
private
$language
;
23
24
public
function
__construct
(
Factory
$dataFactory
, \
ilLanguage
$language
)
25
{
26
$this->dataFactory =
$dataFactory
;
27
$this->
language
=
$language
;
28
}
29
30
public
function
isNumeric
() :
IsNumeric
31
{
32
return
new
IsNumeric
($this->dataFactory, $this->
language
);
33
}
34
}
ILIAS\Refinery\Numeric\Group\isNumeric
isNumeric()
Definition:
Group.php:30
ilLanguage
ILIAS\Refinery\Numeric\Group\$dataFactory
$dataFactory
Definition:
Group.php:17
ILIAS\Refinery\Numeric\Group\__construct
__construct(Factory $dataFactory, \ilLanguage $language)
Definition:
Group.php:24
ILIAS\Refinery\Numeric
Definition:
Group.php:4
ILIAS\Refinery\Numeric\IsNumeric
Definition:
IsNumeric.php:11
Factory
ILIAS\Data\Factory
Builds data types.
Definition:
Factory.php:19
IsNumeric
ILIAS\Refinery\Numeric\Group
Definition:
Group.php:12
language
language()
Definition:
language.php:2
ILIAS\Refinery\Numeric\Group\$language
$language
Definition:
Group.php:22
src
Refinery
Numeric
Group.php
Generated on Tue Apr 8 2025 21:02:12 for ILIAS by
1.8.13 (using
Doxyfile
)