Method |
Description |
|
__construct ( $delimiter = null ) |
|
|
getDelimiter ( ) : string |
Get the section delimiter |
|
getEntityKey ( string $table_name, string $id ) : string |
Return the key for an entity document |
|
getEntityRefKey ( string $table_name, string $id ) : string |
Return the key for an entity ref table |
|
getIndexKey ( Bravo3\Orm\Mappers\Metadata\Index $index, string $key ) : string |
Get the key for an standard index |
|
getRelationshipKey ( Relationship $relationship, string $source_table, string $target_table, string $id ) : string |
Get the key for a foreign relationship |
|
getSortIndexKey ( Relationship $relationship, string $source_table, string $target_table, string $sort_field, string $id ) : string |
Get the key for a sort index on a relationship |
|
getTableSortKey ( string $table_name, string $sort_field ) : string |
Get the key for a sort index on a table |
|
setDelimiter ( string $delimiter ) |
Set the section delimiter |
|