コード例 #1
0
ファイル: ACustomer.php プロジェクト: kingsj/core
 /**
  * Return current category Id
  *
  * @return integer
  */
 public function getCategoryId()
 {
     return parent::getCategoryId() ?: $this->getRootCategoryId();
 }