Classes

This trait is part of the Generic QueryBuilder module and is used to encapsulate reusable query-building logic for database operations.

The QueryObject class represents a query object used for building and managing database queries. It has an internal storage array ($property) to store query object data and a list of valid properties ($validProperties) that can be used within the class.