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:
2016-12-08 15:57:56 +00:00
parent 3a004fbdc0
commit b102168208
4 changed files with 46 additions and 7 deletions

View File

@@ -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)
{