Elgg
Version 6.1
|
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(\ElggRelationship $relationship, bool $return_id=false) | Elgg\Database\RelationshipsTable | |
check(int $guid_one, string $relationship, int $guid_two) | Elgg\Database\RelationshipsTable | |
DEFAULT_JOIN_ALIAS | Elgg\Database\RelationshipsTable | |
delete(int $id) | Elgg\Database\RelationshipsTable | |
get(int $id) | Elgg\Database\RelationshipsTable | |
getEntitiesFromCount(array $options=[]) | Elgg\Database\RelationshipsTable | |
RELATIONSHIP_COLUMN_LENGTH | Elgg\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\RelationshipsTable | protected |
removeAllWithoutEvents(int $guid, string $relationship= '', bool $inverse_relationship=false, string $type= '') | Elgg\Database\RelationshipsTable | protected |
rowToElggRelationship(\stdClass $row) | Elgg\Database\RelationshipsTable | |
TABLE_NAME | Elgg\Database\RelationshipsTable |