Ejemplo n.º 1
0
 /**
  * Get the number of bounce templates in the system
  *
  * - Callback for createList() to warningTemplateCount
  */
 public function list_getBounceTemplateCount()
 {
     return warningTemplateCount('bnctpl');
 }
Ejemplo n.º 2
0
 /**
  * Callback for createList() to get the number of templates of a type in the system
  *
  * @param string $template_type
  */
 public function list_getWarningTemplateCount($template_type = 'warntpl')
 {
     return warningTemplateCount($template_type);
 }