mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Updated the function description of class methods.
This commit is contained in:
parent
3c8474db34
commit
7b4ad9c854
@ -3,7 +3,7 @@ class Mail {
|
||||
protected $_config = false;
|
||||
|
||||
/**
|
||||
* @param string $file
|
||||
* @param array $config
|
||||
* @access public
|
||||
* @return void
|
||||
**/
|
||||
@ -14,9 +14,9 @@ class Mail {
|
||||
/**
|
||||
* Sets the cache expiration limit (IMPORTANT NOTE: seconds, NOT ms!).
|
||||
*
|
||||
* @param integer $span
|
||||
* @param string $to, string $title, string $text, string $accname
|
||||
* @access public
|
||||
* @return void
|
||||
* @return boolean
|
||||
**/
|
||||
public function sendMail($to, $title, $text, $accname = '') {
|
||||
//SMTP needs accurate times, and the PHP time zone MUST be set
|
||||
|
Loading…
x
Reference in New Issue
Block a user