1 | <?php |
||
15 | class LegacyAdapterPropertyLookup implements PropertyLookup { |
||
16 | |||
17 | private $lookup; |
||
18 | |||
19 | public function __construct( EntityLookup $lookup ) { |
||
22 | |||
23 | /** |
||
24 | * @param PropertyId $propertyId |
||
25 | * |
||
26 | * @return Property|null |
||
27 | * @throws PropertyLookupException |
||
28 | */ |
||
29 | public function getPropertyForId( PropertyId $propertyId ) { |
||
36 | |||
37 | } |
||
38 |