method retrieveQuery documentation in bbn\Db\Languages\Sql

Retrieves a query array based on its hash.

function(string $hash) { if (isset($this->queries[$hash])) { if (\is_string($this->queries[$hash])) { $hash = $this->queries[$hash]; } return $this->queries[$hash]; } return null; }

Retrieves a query array based on its hash. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.