/** * Sets the last query executed on this business object. * * @param string $query * * @since 1.1 */ public function setLastQuery($query) { self::$logger->sql($query); $this->lastQuery = $query; }