예제 #1
0
파일: ACustomer.php 프로젝트: kingsj/core
 /**
  * Select template to use
  *
  * @return string
  */
 protected function getViewerTemplate()
 {
     return $this->getParam(self::PARAM_IS_EXPORTED) ? $this->getCMSTemplate() : parent::getViewerTemplate();
 }