GoalNameJoin
Piwik\Columns\Join\
GoalNameJoin
Since Matomo 3.1.0
Methods
The class defines the following methods:
__construct()— Join constructor.getTable()Inherited fromJoingetColumn()Inherited fromJoingetTargetColumn()Inherited fromJoingetAdditionalKeyColumns()— Columns that must additionally match between the joined-from table and the joined table to identify a row, given as column names present on both tables.
__construct()
Join constructor.
Signature
- 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.
getAdditionalKeyColumns()
Columns that must additionally match between the joined-from table and the joined table to identify a row, given as column names present on both tables. Use this when the primary join column is not unique on its own and needs a composite key (for example the site id).
Signature
- It returns a
string[]value.