示例#1
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/empty_cells';
 }
示例#2
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/install_updates';
 }
示例#3
0
文件: AStep.php 项目: kingsj/core
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/step';
 }
示例#4
0
文件: Download.php 项目: kingsj/core
 /**
  * Get directory where template is located (body.tpl)
  *
  * :TODO: remove if it's not needed
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . LC_DS . 'download';
 }
示例#5
0
 /**
  * Get directory where template is located (body.tpl)
  *
  * @return string
  */
 protected function getDir()
 {
     return parent::getDir() . '/select_core_version';
 }