Protected Member Functions | |
makeInsertQuery ($childId) | |
makeDeleteQuery ($delete) | |
only unlinking, we don't want to drop original object | |
joinHelperTable (SelectQuery $query) |
Definition at line 15 of file ManyToManyLinkedWorker.class.php.
ManyToManyLinkedWorker::joinHelperTable | ( | SelectQuery $ | query | ) | [protected] |
Definition at line 61 of file ManyToManyLinkedWorker.class.php.
References Expression::eq(), and SelectQuery::hasJoinedTable().
Referenced by ManyToManyLinkedLazy::makeFetchQuery(), and ManyToManyLinkedFull::makeFetchQuery().
ManyToManyLinkedWorker::makeDeleteQuery | ( | $ | delete | ) | [protected] |
only unlinking, we don't want to drop original object
Definition at line 38 of file ManyToManyLinkedWorker.class.php.
References OSQL::delete(), Expression::eq(), and Expression::in().
Referenced by ManyToManyLinkedLazy::sync(), and ManyToManyLinkedFull::sync().
ManyToManyLinkedWorker::makeInsertQuery | ( | $ | childId | ) | [protected] |
Definition at line 20 of file ManyToManyLinkedWorker.class.php.
References OSQL::insert().
Referenced by ManyToManyLinkedFull::sync().