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

getSortIndexKey() protected method

Get a sort index key, resolving table names accordingly
protected getSortIndexKey ( Relationship $relationship, $sort_name, $source_id ) : string
$relationship Bravo3\Orm\Mappers\Metadata\Relationship
$sort_name
$source_id
return string
    protected function getSortIndexKey(Relationship $relationship, $sort_name, $source_id)
    {
        return $this->getKeyScheme()->getSortIndexKey($relationship, $this->getSourceTable($relationship), $this->getTargetTable($relationship), $sort_name, $source_id);
    }