ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
MathToken.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
25 class MathToken extends Token
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 }
__construct(string $value, protected ?Functions $from_function=null)
Definition: MathToken.php:27
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(Container $dic, ilPlugin $plugin)