Class.getFields

Returns an array of all fields defined by this class and classes that it inherits from. This only extends to super classes that also use Witchcraft.

class Class
override const
const(Field)[]
getFields
()

Return Value

Type: const(Field)[]

An array of all known field objects belonging to this class.

Meta