/** * Get the number of bounce templates in the system * * - Callback for createList() to warningTemplateCount */ public function list_getBounceTemplateCount() { return warningTemplateCount('bnctpl'); }
/** * 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); }