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

getTargetTable() protected method

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