ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
IntegerResult.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\components\DataCollection\Fields\Formula\FormulaParser\Result\Result
;
22
23
use
ILIAS\components\DataCollection\Fields\Formula\FormulaParser\Math\Functions
;
24
25
class
IntegerResult
extends
Result
26
{
27
public
function
__construct
(
28
string
$value,
29
protected
?
Functions
$from_function =
null
30
) {
31
parent::__construct
($value);
32
}
33
34
public
function
getFromFunction
(): ?
Functions
35
{
36
return
$this->from_function;
37
}
38
39
}
ILIAS\components\DataCollection\Fields\Formula\FormulaParser\Result\Result
Definition:
DateResult.php:21
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ILIAS\components\DataCollection\Fields\Formula\FormulaParser\Math\Functions
Functions
Definition:
Functions.php:23
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\components\DataCollection\Fields\Formula\FormulaParser\Result\Result\IntegerResult
Definition:
IntegerResult.php:25
WrapperInterface
ILIAS\components\DataCollection\Fields\Formula\FormulaParser\Result\Result\IntegerResult\__construct
__construct(string $value, protected ?Functions $from_function=null)
Definition:
IntegerResult.php:27
ILIAS\components\DataCollection\Fields\Formula\FormulaParser\Result\Result\IntegerResult\getFromFunction
getFromFunction()
Definition:
IntegerResult.php:34
components
ILIAS
DataCollection
classes
Fields
Formula
FormulaParser
Result
IntegerResult.php
Generated on Sun Aug 31 2025 23:02:48 for ILIAS by
1.8.13 (using
Doxyfile
)