$name
$name : string
The field name
The FieldDescriptor class
getType(\Orpheus\EntityDescriptor\TypeDescriptor $type = null) : \Orpheus\EntityDescriptor\TypeDescriptor
Get the type of the field
\Orpheus\EntityDescriptor\TypeDescriptor | $type | Optional output parameter for the type |
parseType(string $fieldName, string|array<mixed,string> $desc) : \Orpheus\EntityDescriptor\FieldDescriptor
Parse field type configuration from file string
string | $fieldName | |
string|array<mixed,string> | $desc |
The parsed field descriptor
buildIDField(string $name) : \Orpheus\EntityDescriptor\FieldDescriptor
Build ID field for an entity
string | $name |