Back to StandardRules class

Method preprocess

public void
preprocess
(mixed &$query)
Dummy method to fulfil the interface requirements
Parameters
  • array & $query The query array to process
Returns
  • void
Since
  • 3.4
Class: StandardRules
Project: Joomla

Method preprocess - Source code

/**
 * Dummy method to fulfil the interface requirements
 *
 * @param   array  &$query  The query array to process
 *
 * @return  void
 *
 * @since   3.4
 */
public function preprocess(&$query)
{
}