ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
DateResult.php
Go to the documentation of this file.
1<?php
2
19declare(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
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc