| 1 | <?php |
||
| 21 | class AsUserRecord extends ServiceInjectingSlumberAnnotation implements PropertyPreSaveVisitorMarker |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param ContainerInterface $provider |
||
| 25 | * @param mixed $subject |
||
| 26 | * @param \ReflectionProperty $property |
||
| 27 | */ |
||
| 28 | 28 | public function onPreSave(ContainerInterface $provider, $subject, \ReflectionProperty $property) |
|
| 40 | } |
||
| 41 |