LeanMapper\DefaultMapper::getRelationshipTable PHP Method

getRelationshipTable() public method

*
public getRelationshipTable ( $sourceTable, $targetTable )
    public function getRelationshipTable($sourceTable, $targetTable)
    {
        return $sourceTable . $this->relationshipTableGlue . $targetTable;
    }