示例#1
0
 /**
  * Return "empty list" catalog
  *
  * @return string
  */
 protected function getEmptyListDir()
 {
     return parent::getEmptyListDir() . '/' . $this->getPageBodyDir();
 }
示例#2
0
文件: Methods.php 项目: kingsj/core
 /**
  * Return "empty list" catalog
  *
  * @return string
  */
 protected function getEmptyListDir()
 {
     return parent::getEmptyListDir() . '/payment/appearance';
 }
示例#3
0
 /**
  * Return "empty list" catalog
  *
  * @return string
  */
 protected function getEmptyListDir()
 {
     return parent::getEmptyListDir();
 }