$testedValues
$testedValues : array
Some values to test if field is valid
The lang generator class is used to generate lang file from an entity descriptor
getRows(\Orpheus\EntityDescriptor\EntityDescriptor $ed) : array<mixed,\Orpheus\Publisher\Exception\InvalidFieldException>
Get all exception string this entity could generate
\Orpheus\EntityDescriptor\EntityDescriptor | $ed |
A set of exception
getErrorsForField(\Orpheus\EntityDescriptor\EntityDescriptor $ed, string $field) : array<mixed,\Orpheus\Publisher\Exception\InvalidFieldException>
Get all exception this field could generate
\Orpheus\EntityDescriptor\EntityDescriptor | $ed | |
string | $field |