database\\query::innerJoin

Shortcut for creating an inner join clause

database\query::innerJoin($table, $on)

Parameters

$table (string)
Name of the table, which should be joined
$on (string)
The on clause for this join

Return values

object