Elgg  Version master
Elgg\Database\RelationshipsTable Member List

This is the complete list of members for Elgg\Database\RelationshipsTable, including all inherited members.

__construct(protected Database $db, protected EntityTable $entities, protected MetadataTable $metadata, protected EventsService $events)Elgg\Database\RelationshipsTable
add(int $guid_one, string $relationship, int $guid_two, bool $return_id=false)Elgg\Database\RelationshipsTable
check(int $guid_one, string $relationship, int $guid_two)Elgg\Database\RelationshipsTable
DEFAULT_JOIN_ALIASElgg\Database\RelationshipsTable
delete(int $id, bool $call_event=true)Elgg\Database\RelationshipsTable
get(int $id)Elgg\Database\RelationshipsTable
getEntitiesFromCount(array $options=[])Elgg\Database\RelationshipsTable
RELATIONSHIP_COLUMN_LENGTHElgg\Database\RelationshipsTable
remove(int $guid_one, string $relationship, int $guid_two)Elgg\Database\RelationshipsTable
removeAll(int $guid, string $relationship= '', bool $inverse_relationship=false, string $type= '', bool $trigger_events=true)Elgg\Database\RelationshipsTable
removeAllWithEvents(int $guid, string $relationship= '', bool $inverse_relationship=false, string $type= '')Elgg\Database\RelationshipsTableprotected
removeAllWithoutEvents(int $guid, string $relationship= '', bool $inverse_relationship=false, string $type= '')Elgg\Database\RelationshipsTableprotected
rowToElggRelationship(\stdClass $row)Elgg\Database\RelationshipsTable
TABLE_NAMEElgg\Database\RelationshipsTable