Inheritance: extends Plugin
Example #1
0
 /**
  * @see Plugin::getTemplatePath($inCore)
  */
 function getTemplatePath($inCore = false)
 {
     return parent::getTemplatePath($inCore) . 'templates/';
 }
Example #2
0
 /**
  * @see Plugin::getTemplatePath()
  */
 function getTemplatePath()
 {
     return parent::getTemplatePath() . 'templates/';
 }