Example #1
0
 /**
  * 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';
 }
Example #2
0
 /**
  * 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';
 }
Example #3
0
 /**
  * Get widget templates directory
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/module';
 }
Example #4
0
 /**
  * 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';
 }