| 1 | <?php |
||
| 11 | class FieldProcessor |
||
| 12 | { |
||
| 13 | public static function processFieldAliases($fields) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Determine whether the data structure has unstructured field access, |
||
| 28 | * e.g. `a.b.c` or `foo as bar`. |
||
| 29 | * @param type $fields |
||
| 30 | * @return type |
||
| 31 | */ |
||
| 32 | public static function hasUnstructuredFieldAccess($fields) |
||
| 39 | } |
||
| 40 |