LeanMapper\DefaultMapper::getRelationshipColumn PHP Method

getRelationshipColumn() public method

*
public getRelationshipColumn ( $sourceTable, $targetTable )
    public function getRelationshipColumn($sourceTable, $targetTable)
    {
        return $targetTable . '_' . $this->getPrimaryKey($targetTable);
    }