@@ -23,6 +23,10 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | protected $ttl; |
| 25 | 25 | |
| 26 | + /** |
|
| 27 | + * @param string $filename |
|
| 28 | + * @param integer $ttl |
|
| 29 | + */ |
|
| 26 | 30 | public function __construct($filename, array $parameters, $ttl) |
| 27 | 31 | { |
| 28 | 32 | Assertion::integer($ttl); |