1 | <?php |
||
7 | class Future extends Report |
||
8 | { |
||
9 | /** |
||
10 | * Init Futures report frame |
||
11 | */ |
||
12 | public function __construct() |
||
17 | |||
18 | /** |
||
19 | * Set expiry date of Future elements to report about |
||
20 | * |
||
21 | * Do not use this function if intended report is to be about all Future objects. |
||
22 | * |
||
23 | * @param string $exDate Expiry date of future in proper format |
||
24 | */ |
||
25 | public function setExDate($exDate) |
||
29 | } |
||
30 |