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