Пример #1
0
 protected function fetch()
 {
     return $this->getFetcher()->get(ConditionComposer::composeEngConditions());
 }
Пример #2
0
 protected function composeCondition()
 {
     return ConditionComposer::composeMixedConditions();
 }
Пример #3
0
 public function syncList(FVSyncListRequest $request)
 {
     return $this->createDelayQue(FVSyncType::ID_LIST, ConditionComposer::composeEngConditions());
 }