mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR added @deprecated note in PHPdoc to show that Email_Template is deprecated
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@61484 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
6f8fe1a2fc
commit
29e7ff8ff2
@ -423,6 +423,9 @@ class Email extends ViewableData {
|
||||
|
||||
/**
|
||||
* Implements an email template that can be populated.
|
||||
*
|
||||
* @deprecated - Please use Email_Template instead!
|
||||
*
|
||||
* @package sapphire
|
||||
* @subpackage email
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user