| 1 | <?php |
||
| 20 | class AsPublicReference extends ServiceInjectingSlumberAnnotation implements PropertyPreSaveVisitorMarker |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param ContainerInterface $provider |
||
| 24 | * @param mixed $subject |
||
| 25 | * @param \ReflectionProperty $property |
||
| 26 | */ |
||
| 27 | 27 | public function onPreSave(ContainerInterface $provider, $subject, \ReflectionProperty $property) |
|
| 33 | |||
| 34 | /** |
||
| 35 | * @param ContainerInterface $provider |
||
| 36 | * @param mixed $subject |
||
| 37 | * |
||
| 38 | * @return mixed |
||
| 39 | */ |
||
| 40 | 26 | private function createReference(ContainerInterface $provider, $subject) |
|
| 47 | } |
||
| 48 |