Esempio n. 1
0
 /**
  * Get path and filename for mail template
  *
  * @param string $fileName
  * @return string
  */
 protected function getRelativeEmailPathAndFilename($fileName)
 {
     return TemplateUtility::getTemplatePath('Email/' . ucfirst($fileName) . '.html');
 }