ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
DateResult.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
27 {
28  public function __construct(
29  string $value,
30  ?Functions $from_function = null,
31  protected ?Operators $from_operator = null,
32  ) {
34  $value,
35  $from_function
36  );
37  }
38 
39  public function getFromOperator(): ?Operators
40  {
41  return $this->from_operator;
42  }
43 
44 }
__construct(string $value, ?Functions $from_function=null, protected ?Operators $from_operator=null,)
Definition: DateResult.php:28
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct(Container $dic, ilPlugin $plugin)