Join
Piwik\Columns\
Join
Since Matomo 3.1.0
Methods
The class defines the following methods:
__construct()— Join constructor.getTable()getColumn()getTargetColumn()
__construct()
Join constructor.
Signature
It accepts the following parameter(s):
$table$column$targetColumn
It throws one of the following exceptions:
getTable()
Signature
- It returns a
stringvalue.
getColumn()
Signature
- It returns a
stringvalue.
getTargetColumn()
Signature
- It returns a
stringvalue.