コード例 #1
0
ファイル: CtiExportHandler.php プロジェクト: jocoonopa/lubri
 protected function fetch()
 {
     return $this->getFetcher()->get(ConditionComposer::composeEngConditions());
 }
コード例 #2
0
ファイル: FlapExportHandler.php プロジェクト: jocoonopa/lubri
 protected function composeCondition()
 {
     return ConditionComposer::composeMixedConditions();
 }
コード例 #3
0
 public function syncList(FVSyncListRequest $request)
 {
     return $this->createDelayQue(FVSyncType::ID_LIST, ConditionComposer::composeEngConditions());
 }