示例#1
0
文件: ADetails.php 项目: kingsj/core
 /**
  * getDir
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/details';
 }
示例#2
0
 /**
  * Return directory contains the template
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/quantity_box';
 }
示例#3
0
 /**
  * Return directory contains the template
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/product_box';
 }