Пример #1
0
 /**
  * Return params list to use for search
  *
  * @return \XLite\Core\CommonCell
  */
 public function getSearchCondition()
 {
     $cnd = parent::getSearchCondition();
     if (!isset($cnd)) {
         $cnd = new \XLite\Core\CommonCell();
     }
     $cnd->{\XLite\Model\Repo\Product::P_CATEGORY_ID} = $this->getCategoryId();
     return $cnd;
 }