LeanMapper\Relationship\BelongsTo::getTargetTable PHP Method

getTargetTable() public method

Gets name of target table
public getTargetTable ( ) : string | null
return string | null
    public function getTargetTable()
    {
        return $this->targetTable;
    }