Bravo3\Orm\KeySchemes\KeySchemeInterface::getSortIndexKey PHP Method

getSortIndexKey() public method

Get the key for a sort index on a relationship
public getSortIndexKey ( Relationship $relationship, string $source_table, string $target_table, string $sort_field, string $id ) : string
$relationship Bravo3\Orm\Mappers\Metadata\Relationship Relationship
$source_table string Source table name
$target_table string Target table name
$sort_field string Property name on the inverse entity
$id string Local ID
return string
    public function getSortIndexKey(Relationship $relationship, $source_table, $target_table, $sort_field, $id);