| 1 | <?php |
||
| 5 | class SchemaDefinitionGroupByEntity |
||
| 6 | { |
||
| 7 | protected $schemaDefinitionByEntity = array(); |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @param array $schemaDefinition |
||
| 11 | * |
||
| 12 | * @return array |
||
| 13 | */ |
||
| 14 | public function convert(array $schemaDefinition) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param array $values |
||
| 28 | * |
||
| 29 | * @return array |
||
| 30 | */ |
||
| 31 | protected function getCleanValues(array $values) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @param string $mainClassName |
||
| 41 | * @param array $value |
||
| 42 | * |
||
| 43 | * @return string |
||
| 44 | */ |
||
| 45 | protected function getCurrentClassName(string $mainClassName, array $value) |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @param string $className |
||
| 56 | * |
||
| 57 | * @return string |
||
| 58 | */ |
||
| 59 | protected function checkIfAClassIsPresentInTheSchemaDefinition(string $className) |
||
| 67 | } |
||
| 68 |