Ejemplo n.º 1
0
 /**
  * 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;
 }