trait Query (View source)

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

Properties

QueryObject $query

Methods

void
initQuery()

Initializes the query object, this method is used to lazily set the query object if it has not been set.

Details

void initQuery()

Initializes the query object, this method is used to lazily set the query object if it has not been set.

Return Value

void