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.
Source
File: src/Events/Custom_Tables/V1/Models/Builder.php
public function queries() {
return $this->queries;
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |