Builder::queries()

Returns an array of strings with all the SQL queries generated by this builder class.


Return

(TECEventsCustom_TablesV1Modelsarray<string>) An array of the current Builder queries.


Top ↑

Source

File: src/Events/Custom_Tables/V1/Models/Builder.php

	public function queries() {
		return $this->queries;
	}

Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.