DomCI : Update the PHPDoc
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3273 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
4
smtp.php
4
smtp.php
@@ -190,6 +190,7 @@ class smtp
|
||||
}
|
||||
|
||||
/** Send something to the SMTP server. Wait the acknoledgement line
|
||||
* @param string $data The line to send to server
|
||||
*/
|
||||
private function putLine ($data)
|
||||
{
|
||||
@@ -199,6 +200,7 @@ class smtp
|
||||
}
|
||||
|
||||
/** Wait something from the server
|
||||
* @param string $message The answer to wait from server
|
||||
*/
|
||||
private function getLine ($message = "")
|
||||
{
|
||||
@@ -229,6 +231,8 @@ class smtp
|
||||
}
|
||||
|
||||
/** Save the connection debug in file
|
||||
* @param string $message The message to save in debug
|
||||
* @param integer|null $priority The priority to use
|
||||
*/
|
||||
private function debug ($message, $priority = 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user