예제 #1
0
파일: ACustomer.php 프로젝트: kingsj/core
 /**
  * Return current category Id
  *
  * @return integer
  */
 public function getCategoryId()
 {
     return parent::getCategoryId() ?: $this->getRootCategoryId();
 }