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:
Sean Harvey 2008-08-25 08:41:36 +00:00
parent 6f8fe1a2fc
commit 29e7ff8ff2

View File

@ -423,6 +423,9 @@ class Email extends ViewableData {
/** /**
* Implements an email template that can be populated. * Implements an email template that can be populated.
*
* @deprecated - Please use Email_Template instead!
*
* @package sapphire * @package sapphire
* @subpackage email * @subpackage email
*/ */