mini\Util\QueryParser::getQueryStructure() Method

public

Signature

public function getQueryStructure(): array

Returns

array

Documentation

Get the normalized query structure

Returns queries in consistent format: ["key": {"operator": "value"}] This structure can be easily converted to SQL WHERE clauses.

Source

src/Util/QueryParser.php:108-111