1 | <?php |
||
10 | class PropertyMapDefinition { |
||
11 | |||
12 | protected $propertyMaps = []; |
||
13 | |||
14 | public function addPropertyMap(PropertyDefinition $source, PropertyDefinition $destination, callable $transform = NULL, callable $reverse = NULL) { |
||
23 | |||
24 | /** |
||
25 | * Gets the property maps. |
||
26 | * |
||
27 | * @return \TheSportsDb\PropertyMapper\PropertyMap[] |
||
28 | */ |
||
29 | public function getPropertyMaps() { |
||
32 | |||
33 | |||
34 | } |
||
35 |