File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ abstract class GenericDAO extends Singleton implements BaseDAO
18
18
{
19
19
private $ identityMap = array ();
20
20
21
- private $ linkName = null ;
21
+ protected $ linkName = null ;
22
22
23
23
abstract public function getTable ();
24
24
abstract public function getObjectName ();
@@ -73,7 +73,7 @@ public function completeObject(Identifiable $object)
73
73
**/
74
74
public function getLinkName ()
75
75
{
76
- return $ this ->getDefaultLinkName () ;
76
+ return $ this ->linkName ;
77
77
}
78
78
79
79
public function getIdName ()
@@ -361,11 +361,6 @@ public function registerWorkerUncacher(UncacherBase $uncacher)
361
361
DBPool::getByDao ($ this )->registerUncacher ($ uncacher );
362
362
}
363
363
364
- final protected function getDefaultLinkName ()
365
- {
366
- return $ this ->linkName ;
367
- }
368
-
369
364
protected function inject (
370
365
InsertOrUpdateQuery $ query ,
371
366
Identifiable $ object
You can’t perform that action at this time.
0 commit comments