Exemplo n.º 1
0
 public function foreignIDWriteFilter($id = null)
 {
     return parent::foreignIDFilter($id);
 }
Exemplo n.º 2
0
 public function foreignIDWriteFilter($id = null)
 {
     // Use the ManyManyList::foreignIDFilter rather than the one
     // in this class, otherwise we end up selecting all inherited groups
     return parent::foreignIDFilter($id);
 }