OptionalacThe Entity class to query.
OptionallimitThe limit of entities to be returned. Not needed when using getEntity, as
it always returns only one.
OptionaloffsetThe offset from the first matching entity, in order, to start retrieving.
OptionalreturnWhat to return, the entities with their data, just the GUIDs, or just a count.
OptionalreverseIf true, entities will be retrieved from newest to oldest/largest to
smallest (with regard to sort).
OptionalskipIf true, Nymph will skip the cache and retrieve the entity from the DB.
OptionalsortHow to sort the entities. Should be "cdate", "mdate", the name of a property, or null.
The level(s) of access control requested.
Limiting the access control can significantly improve the performance of the query.