JDatabaseQuery::__call
Magic method to provide method alias support for quote() and quoteName().
Signature
public function __call(string
$method,
array
$argsĀ )
Parameters
-
$method
- The called method.
-
$args
- The array of arguments passed to the method.
Returns
- string
- The aliased method's return value or null.