class FieldProcessor (View source)

FieldProcessor will do various alterations on field sets.

Methods

static 
processFieldAliases($fields)

No description

static type
hasUnstructuredFieldAccess(type $fields)

Determine whether the data structure has unstructured field access, e.g. a.b.c or foo as bar.

Details

static processFieldAliases($fields)

No description

Parameters

$fields

static type hasUnstructuredFieldAccess(type $fields)

Determine whether the data structure has unstructured field access, e.g. a.b.c or foo as bar.

Parameters

type $fields

Return Value

type