| 1 | <?php |
||
| 6 | class PathAttributeResolutionManager |
||
| 7 | { |
||
| 8 | private $registry; |
||
| 9 | |||
| 10 | 81 | public function __construct(PathAttributeResolverRegistry $registry) |
|
| 14 | |||
| 15 | /** |
||
| 16 | * @param mixed $attributeValue |
||
| 17 | * @param string $type |
||
| 18 | * @return mixed|null |
||
| 19 | */ |
||
| 20 | 8 | public function resolvePathAttribute($attributeValue, string $type) |
|
| 24 | } |
||
| 25 |