示例#1
0
文件: ACustomer.php 项目: kingsj/core
 /**
  * Return current category Id
  *
  * @return integer
  */
 public function getCategoryId()
 {
     return parent::getCategoryId() ?: $this->getRootCategoryId();
 }