| 1 | <?php |
||
| 15 | class MatchFactory extends HydratorContainer implements PropertyFactory |
||
| 16 | { |
||
| 17 | public function addHydrator(PropertyConfig $config) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param array $config |
||
| 24 | * @return Property |
||
| 25 | */ |
||
| 26 | public function createProperty(array $config): Property |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @param Property $property |
||
| 43 | * @return array |
||
| 44 | */ |
||
| 45 | public function flattenProperty(Property $property): array |
||
| 59 | } |
||
| 60 |