1 | <?php |
||
19 | class AsCreatedAt extends SlumberAnnotation implements PropertyPreSaveVisitorMarker |
||
20 | { |
||
21 | /** |
||
22 | * @param ContainerInterface $provider |
||
23 | * @param mixed $subject |
||
24 | * @param \ReflectionProperty $property |
||
25 | */ |
||
26 | 27 | public function onPreSave(ContainerInterface $provider, $subject, \ReflectionProperty $property) |
|
32 | } |
||
33 |