related-selector
v1.0.0
Published
Basic class used for implementing related-orm selector extensions
Downloads
20
Readme
related-selector
Class used for implementing Related ORM selector extensions
API
A selector extensions for the Related ORM must implement the class provided by this module. It must call its super init
method and can and override the render
method. The selector may also expose a regular Related ORM Extension so it can modify all parts of a query at any time.