| 1 | <?php |
||
| 15 | class FieldFactory implements FieldFactoryInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param ModelInterface $model |
||
| 19 | * @param $map |
||
| 20 | * @param string[] parent attribute names |
||
| 21 | * @return Field[] |
||
| 22 | */ |
||
| 23 | public function createByModelAttributes($model, $map, array $parents = []) |
||
| 42 | |||
| 43 | protected function buildField($model, $attributeName, $sql, array $parents) |
||
| 50 | |||
| 51 | public function getHierarchySeparator() |
||
| 55 | } |
||
| 56 |