ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
IntegerResult.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
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 }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(Container $dic, ilPlugin $plugin)
__construct(string $value, protected ?Functions $from_function=null)