Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2009-08-23 19:55:35 +0400
committerrobocoder <anthon.pang@gmail.com>2009-08-23 19:55:35 +0400
commit727673c289bc566e0bdba1a94606f47ea4c0756c (patch)
tree92618174d667ae985098f90b66759971b135d07c /core/Mail.php
parenta74e576153975164edf1380dc48952675011e671 (diff)
more php cross referencing
git-svn-id: http://dev.piwik.org/svn/trunk@1434 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Mail.php')
-rw-r--r--core/Mail.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Mail.php b/core/Mail.php
index e9740edd16..8daf4d2be7 100644
--- a/core/Mail.php
+++ b/core/Mail.php
@@ -12,9 +12,10 @@
/**
* Class for sending mails, for more information see:
- * @link http://framework.zend.com/manual/en/zend.mail.html
*
* @package Piwik
+ * @see Zend_Mail, libs/Zend/Mail.php
+ * @link http://framework.zend.com/manual/en/zend.mail.html
*/
class Piwik_Mail extends Zend_Mail
{