LeanMapper\Relationship\BelongsTo::getColumnReferencingSourceTable PHP Method

getColumnReferencingSourceTable() public method

Gets name of column referencing source table
    public function getColumnReferencingSourceTable()
    {
        return $this->columnReferencingSourceTable;
    }