| 1 | <?php |
||
| 18 | final class DateTimeGetter implements GetterInterface |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * Return a value of the property. |
||
| 22 | * |
||
| 23 | * @param DateTime $datetime The DateTime object. |
||
| 24 | * @param string $name The name of the property. |
||
| 25 | * |
||
| 26 | * @return string |
||
| 27 | * |
||
| 28 | * @since 2.0.0 |
||
| 29 | */ |
||
| 30 | 29 | public function get(DateTime $datetime, $name) |
|
| 91 | } |
||
| 92 |