Back to MenuRules class

Method build

public void
build
(mixed &$query, mixed &$segments)
Dummy method to fulfil the interface requirements
Parameters
  • array & $query The vars that should be converted
  • array & $segments The URL segments to create
Returns
  • void
Since
  • 3.4
-
Class: MenuRules
Project: Joomla

Method build - Source code

/**
 * Dummy method to fulfil the interface requirements
 *
 * @param   array  &$query     The vars that should be converted
 * @param   array  &$segments  The URL segments to create
 *
 * @return  void
 *
 * @since   3.4
 * @codeCoverageIgnore
 */
public function build(&$query, &$segments)
{
}