예제 #1
0
파일: ItemsList.php 프로젝트: kingsj/core
 /**
  * Return products list
  *
  * @param \XLite\Core\CommonCell $cnd       Search condition
  * @param boolean                $countOnly Return items list or only its size OPTIONAL
  *
  * @return mixed
  */
 protected function getData(\XLite\Core\CommonCell $cnd, $countOnly = false)
 {
     return $this->getOnlyEntities(parent::getData($cnd, $countOnly));
 }