Ejemplo n.º 1
0
 protected function fetch()
 {
     return $this->getFetcher()->get(ConditionComposer::composeEngConditions());
 }
Ejemplo n.º 2
0
 protected function composeCondition()
 {
     return ConditionComposer::composeMixedConditions();
 }
Ejemplo n.º 3
0
 public function syncList(FVSyncListRequest $request)
 {
     return $this->createDelayQue(FVSyncType::ID_LIST, ConditionComposer::composeEngConditions());
 }