database\\query::leftJoin

Shortcut for creating a left join clause

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

Parameters

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

Return values

object