1 | <?php |
||
18 | class String2LocalDate extends AbstractParameterisedUnaryFunction |
||
19 | { |
||
20 | /** |
||
21 | * @param string|\DateTimeZone|ValueHolderInterface $timezone |
||
22 | */ |
||
23 | 1 | public function __construct($timezone) |
|
27 | |||
28 | /** |
||
29 | * @param mixed $input |
||
30 | * |
||
31 | * @return LocalDate |
||
32 | */ |
||
33 | 1 | public function __invoke($input) |
|
37 | } |
||
38 |