예제 #1
0
파일: AProduct.php 프로젝트: kingsj/core
 /**
  * Get widget templates directory
  * NOTE: do not use "$this" pointer here (see "get[CSS/JS]Files()")
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/product';
 }
예제 #2
0
파일: AProfile.php 프로젝트: kingsj/core
 /**
  * Get widget templates directory
  * NOTE: do not use "$this" pointer here (see "get[CSS/JS]Files()")
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/profile';
 }
예제 #3
0
 /**
  * Get widget templates directory
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/module';
 }
예제 #4
0
파일: AOrder.php 프로젝트: kingsj/core
 /**
  * Get widget templates directory
  * NOTE: do not use "$this" pointer here (see "get[CSS/JS]Files()")
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/order';
 }