Bravo3\Orm\Services\AbstractManagerUtility::getSourceTable PHP Method

getSourceTable() protected method

Get the relationship source table name
protected getSourceTable ( Relationship $relationship ) : string
$relationship Bravo3\Orm\Mappers\Metadata\Relationship
return string
    protected function getSourceTable(Relationship $relationship)
    {
        return $this->getTableForClass($relationship->getSource());
    }