LeanMapper\DefaultMapper::getRelationshipColumn PHP 메소드

getRelationshipColumn() 공개 메소드

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