コード例 #1
0
 public function addFlavorParamsAttachedFilter()
 {
     if ($this->executed) {
         return;
     }
     if (!$this->syndicationFeed->flavorParamId) {
         return;
     }
     $entryFilter = new entryFilter();
     $entryFilter->setPartnerSearchScope(baseObjectFilter::MATCH_KALTURA_NETWORK_AND_PRIVATE);
     // partner scope already attached
     $entryFilter->setFlavorParamsMatchOr($this->syndicationFeed->flavorParamId);
     $entryFilter->attachToCriteria($this->baseCriteria);
 }
コード例 #2
0
 public function addFlavorParamsAttachedFilter()
 {
     if ($this->executed) {
         return;
     }
     if (!$this->syndicationFeed->flavorParamId) {
         return;
     }
     $entryFilter = new entryFilter();
     $entryFilter->setFlavorParamsMatchOr($this->syndicationFeed->flavorParamId);
     $entryFilter->attachToCriteria($this->baseCriteria);
 }